remove unused flagged_as_inappropiate_at column from debates and comments
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class RemoveFlaggedAsInappropiateAtFromCommentsAndDebates < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :debates, :flagged_as_inappropiate_at
|
||||
remove_column :comments, :flagged_as_inappropiate_at
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user