Add contest param for offline form participation

This commit is contained in:
sto
2025-10-30 10:30:32 +01:00
parent 35ad7da355
commit aea001cdf6
9 changed files with 30 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddOfflineFormToContest < ActiveRecord::Migration[8.0]
def change
add_column :contests, :offline_form, :boolean, default: false
end
end