Skip to content

Commit

Permalink
legacymigrate: actually fix table deletion order
Browse files Browse the repository at this point in the history
[skip cd]
  • Loading branch information
tulir committed Aug 15, 2024
1 parent d986da8 commit 7d2bd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mautrix-gmessages/legacymigrate.sql
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,6 @@ WHERE EXISTS(SELECT 1 FROM message_old WHERE message_old.conv_receiver=reaction_

DROP TABLE reaction_old;
DROP TABLE message_old;
DROP TABLE puppet_old;
DROP TABLE portal_old;
DROP TABLE puppet_old;
DROP TABLE user_old;

0 comments on commit 7d2bd2c

Please sign in to comment.