chore: update to rails 8

This commit is contained in:
Nelson Jovel 2024-11-20 15:16:22 -08:00
parent 4694cfb4ae
commit c28a76ffe6
7 changed files with 105 additions and 96 deletions

View file

@ -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