mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 20:57:23 +08:00
Remove the clean up migration for vote post action
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user