diff options
Diffstat (limited to 'planetwars-server/migrations/2022-01-02-105610_matches/down.sql')
-rw-r--r-- | planetwars-server/migrations/2022-01-02-105610_matches/down.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/planetwars-server/migrations/2022-01-02-105610_matches/down.sql b/planetwars-server/migrations/2022-01-02-105610_matches/down.sql new file mode 100644 index 0000000..eadd0fa --- /dev/null +++ b/planetwars-server/migrations/2022-01-02-105610_matches/down.sql @@ -0,0 +1,3 @@ +DROP TABLE match_players; +DROP INDEX match_created_at; +DROP TABLE matches;
\ No newline at end of file |