fixes #2446
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddReasonToPostDisapprovals < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :post_disapprovals, :reason, :string, :default => "legacy"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user