Add a submission instructions columns

This commit is contained in:
Michael Ball 2021-03-06 11:30:57 -08:00
parent 4900f0c14a
commit 3d99661d02
13 changed files with 19 additions and 3 deletions

View file

@ -0,0 +1,5 @@
class AddSubmissionInstructionsToEventTypes < ActiveRecord::Migration[5.2]
def change
add_column :event_types, :submission_instructions, :text
end
end