mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
chore: update to rails 8
This commit is contained in:
parent
1ce3ed5b6f
commit
e4e1a2e96e
6 changed files with 86 additions and 92 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