Add Committee Review Text Column
This commit is contained in:
parent
4d067add46
commit
b41b77c676
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddCommitteeReviewToEvents < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :events, :committee_review, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue