planetwars.dev/planetwars-server/migrations/2022-01-02-105610_matches/down.sql
2022-01-02 16:14:03 +01:00

3 lines
74 B
SQL

DROP TABLE match_players;
DROP INDEX match_created_at;
DROP TABLE matches;