Add contest organizer form param
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddOrganizerFormToContest < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :contests, :organizer_form, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user