diff --git a/db/schema.rb b/db/schema.rb index 07e0f23..658630d 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,12 +10,13 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[8.1].define(version: 2025_11_26_115722) do +ActiveRecord::Schema[8.2].define(version: 2025_11_26_130131) do create_table "accounts", force: :cascade do |t| t.datetime "created_at", null: false t.text "custom_styles" t.string "join_code", null: false t.string "name", null: false + t.json "settings" t.datetime "updated_at", null: false end