Add Committee Review Text Column

This commit is contained in:
Michael Ball 2021-03-02 21:21:29 -08:00
parent 4d067add46
commit b41b77c676

View file

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