Skip to content

Commit

Permalink
Fix mistake in sqlite schema upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 2, 2024
1 parent 8e56da7 commit 46bf2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/upgrades/17-refactor-sqlite.sql
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ SELECT msg_author,
mxid,
mx_room
FROM reaction
WHERE timestamp<1500000000000000;
WHERE msg_timestamp<1500000000000000;

DROP TABLE message;
DROP TABLE reaction;
Expand Down

0 comments on commit 46bf2fe

Please sign in to comment.