mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +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
|
WHERE cc.id = tmp.id AND cc.slug IS NULL
|
||||||
SQL
|
SQL
|
||||||
|
|
||||||
DB.exec("DROP TABLE tmp_chat_channel_slugs(id int, slug text)")
|
DB.exec("DROP TABLE tmp_chat_channel_slugs")
|
||||||
end
|
end
|
||||||
|
|
||||||
def down
|
def down
|
||||||
|
Loading…
x
Reference in New Issue
Block a user