This commit is contained in:
r888888888
2015-07-21 15:23:48 -07:00
parent 64673c10bb
commit a39e390e24
6 changed files with 47 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
class AddReasonToPostDisapprovals < ActiveRecord::Migration
def change
add_column :post_disapprovals, :reason, :string, :default => "legacy"
end
end