Remove the clean up migration for vote post action

This commit is contained in:
Vinoth Kannan
2018-07-10 16:57:12 +05:30
parent 8f4cb1a742
commit b49c662aa4

View File

@ -1,10 +0,0 @@
class CleanUpVotePostAction < ActiveRecord::Migration[5.2]
def up
execute "DELETE FROM post_actions WHERE post_action_type_id = 5"
execute "DELETE FROM post_action_types WHERE id = 5"
end
def down
raise ActiveRecord::IrreversibleMigration
end
end