Events: kickstart shared scoreboard
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
sto
2026-07-30 08:33:55 +02:00
parent b8a2e4b0b4
commit 4a4c79ad8a
13 changed files with 73 additions and 8 deletions

3
db/schema.rb generated
View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[8.0].define(version: 2026_07_26_114604) do
ActiveRecord::Schema[8.0].define(version: 2026_07_30_055752) do
create_table "active_storage_attachments", force: :cascade do |t|
t.string "name", null: false
t.string "record_type", null: false
@@ -126,6 +126,7 @@ ActiveRecord::Schema[8.0].define(version: 2026_07_26_114604) do
t.integer "user_id", null: false
t.boolean "shared_scoreboard"
t.string "lang", default: "en"
t.string "slug"
t.index ["user_id"], name: "index_events_on_user_id"
end