Allow delayed dropping and renaming of tables

This commit is contained in:
Gerhard Schlager
2018-03-21 11:31:05 +01:00
parent 6381bc6ce1
commit eebe1d8c56
3 changed files with 61 additions and 24 deletions

View File

@ -2,7 +2,7 @@
require 'migration/table_dropper'
Migration::TableDropper.delayed_drop(
Migration::TableDropper.delayed_rename(
old_name: 'topic_status_updates',
new_name: 'topic_timers',
after_migration: 'RenameTopicStatusUpdatesToTopicTimers',