mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 00:36:55 +08:00
Allow delayed dropping and renaming of tables
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user