aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/migrations/2022-01-02-105610_matches/down.sql
blob: 430bb1b3f2ca162b54aecfd90950057a27b4bac3 (plain)
1
2
3
4
DROP TABLE match_players;
DROP INDEX match_created_at;
DROP TABLE matches;
DROP TYPE match_state;