mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
parent
c6764d8c74
commit
de2382a652
@ -53,7 +53,7 @@ class BackfillChannelSlugs < ActiveRecord::Migration[7.0]
|
||||
WHERE cc.id = tmp.id AND cc.slug IS NULL
|
||||
SQL
|
||||
|
||||
DB.exec("DROP TABLE tmp_chat_channel_slugs(id int, slug text)")
|
||||
DB.exec("DROP TABLE tmp_chat_channel_slugs")
|
||||
end
|
||||
|
||||
def down
|
||||
|
Loading…
Reference in New Issue
Block a user