Skip to content

Commit

Permalink
added tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Nov 1, 2023
1 parent a429bed commit ea90024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/20231031110543_update_event.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ INSERT INTO new_events SELECT * FROM events;

RENAME TABLE events TO old_events, new_events TO events;

DROP TABLE old_events;
DROP TABLE old_events;

0 comments on commit ea90024

Please sign in to comment.