Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Mar 27, 2024
1 parent f41e895 commit cc62324
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 cc62324

Please sign in to comment.