legacymigrate: delete conflicting index

This commit is contained in:
Tulir Asokan
2026-03-29 16:29:25 +03:00
parent b084627248
commit c46a3189e0

View File

@@ -39,6 +39,7 @@ ALTER TABLE telethon_sessions RENAME TO telethon_sessions_old;
ALTER TABLE telethon_update_state RENAME TO telethon_update_state_old;
ALTER TABLE "user" RENAME TO user_old;
ALTER TABLE user_portal RENAME TO user_portal_old;
DROP INDEX IF EXISTS telegram_file_mxc_idx;
`
//go:embed legacymigrate.sql