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