remove duplicated migration
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
class AddConfirmedHideAtToCommentsAndDebates < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :debates, :confirmed_hide_at, :datetime
|
||||
add_column :comments, :confirmed_hide_at, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user