mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: update to rails 8
This commit is contained in:
parent
1fffb79e7f
commit
d0721709f5
7 changed files with 83 additions and 96 deletions
|
|
@ -10,9 +10,9 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema[7.1].define(version: 2024_10_31_205926) do
|
||||
ActiveRecord::Schema[8.0].define(version: 2024_10_31_205926) do
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
enable_extension "pg_catalog.plpgsql"
|
||||
|
||||
create_table "academic_years", id: :serial, force: :cascade do |t|
|
||||
t.string "range", null: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue