From 71b5edae01e78b718a1c137ce226653edd46e5ae Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Mon, 1 Dec 2025 15:31:53 +0100 Subject: [PATCH] Run migrations --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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