DEV: Fix broken slug migration (#18951)

Follow up c6764d8c74634c3928c8dadf36f8786487e80ba5
This commit is contained in:
Martin Brennan
2022-11-09 11:08:02 +10:00
committed by GitHub
parent c6764d8c74
commit de2382a652

View File

@ -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