rename flag_ignored_at to ignored_flag_at in migrations
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
class RenameArchivedAtToFlagIgnoredAtInCommentsAndDebates < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :comments, :archived_at, :flag_ignored_at
|
||||
rename_column :debates, :archived_at, :flag_ignored_at
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,6 @@
|
||||
class RenameArchivedAtToIgnoredFlagAtInCommentsAndDebates < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :comments, :archived_at, :ignored_flag_at
|
||||
rename_column :debates, :archived_at, :ignored_flag_at
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user