planetwars.dev/planetwars-server/migrations/2022-01-02-105610_matches/down.sql

4 lines
97 B
MySQL
Raw Normal View History

2022-01-02 15:14:03 +00:00
DROP TABLE match_players;
DROP INDEX match_created_at;
2022-01-03 22:33:00 +00:00
DROP TABLE matches;
DROP TYPE match_state;