Run migrations

This commit is contained in:
Stanko K.R.
2025-12-01 15:31:53 +01:00
parent b1325ccee7
commit 71b5edae01

3
db/schema.rb generated
View File

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