diff options
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 50fae4d..32aa6c5 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.1].define(version: 2024_03_18_211829) do +ActiveRecord::Schema[8.0].define(version: 2024_11_08_085227) do create_table "action_text_rich_texts", force: :cascade do |t| t.string "name", null: false t.text "body" |
