mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 20:45:51 +00:00
DEV: Fix broken slug migration (#18951)
Follow up c6764d8c74634c3928c8dadf36f8786487e80ba5
This commit is contained in:
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…
x
Reference in New Issue
Block a user