Skip to content

Commit

Permalink
Rename 00003_convertTimestampsToInts.up.sql to 00003_addTimestampsToI…
Browse files Browse the repository at this point in the history
…nts.up.sql
  • Loading branch information
s1fr0 authored Feb 3, 2022
1 parent 5371541 commit 4b1e43c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload,
SELECT id, FLOOR(receiverTimestamp*1000), contentTopic, pubsubTopic, payload, version, FLOOR(senderTimestamp*1000)
FROM Message_backup;

DROP TABLE Message_backup;
DROP TABLE Message_backup;

0 comments on commit 4b1e43c

Please sign in to comment.