submission_text field migration
This commit is contained in:
parent
88373a7f47
commit
46fa17b55c
2 changed files with 7 additions and 4 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddSubmissionTextToEvents < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :events, :submission_text, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue