Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Apr 15, 2024
1 parent 58ec143 commit 0ba86f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ DROP INDEX peersyncing_messages_timestamp;

ALTER TABLE peersyncing_messages RENAME COLUMN group_id TO chat_id;

CREATE INDEX peersyncing_messages_timestamp ON peersyncing_messages(chat_id, timestamp);
CREATE INDEX peersyncing_messages_timestamp ON peersyncing_messages(chat_id, timestamp);

0 comments on commit 0ba86f7

Please sign in to comment.