submission_text field migration

This commit is contained in:
madhekare 2021-02-16 13:44:15 -08:00 committed by CactusPuppy
parent 88373a7f47
commit 46fa17b55c
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
2 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,5 @@
class AddSubmissionTextToEvents < ActiveRecord::Migration[5.2]
def change
add_column :events, :submission_text, :text
end
end