Skip to content

Commit

Permalink
fix_: sql update
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Apr 18, 2024
1 parent 7ca6475 commit 42fa6e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DROP INDEX peersyncing_messages_timestamp;
DROP INDEX IF EXISTS peersyncing_messages_timestamp;

ALTER TABLE peersyncing_messages RENAME COLUMN group_id TO chat_id;

Expand Down

0 comments on commit 42fa6e5

Please sign in to comment.