Add contest organizer form param
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-04-24 11:44:51 +02:00
parent 1650b22407
commit fa8880abfc
9 changed files with 29 additions and 5 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: 2025_12_10_092658) do
ActiveRecord::Schema[8.0].define(version: 2026_04_24_091108) do
create_table "active_storage_attachments", force: :cascade do |t|
t.string "name", null: false
t.string "record_type", null: false
@@ -106,6 +106,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_12_10_092658) do
t.datetime "start_time"
t.datetime "pause_time"
t.boolean "show_stopwatch"
t.string "organizer_form"
t.index ["slug"], name: "index_contests_on_slug", unique: true
t.index ["user_id"], name: "index_contests_on_user_id"
end