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

4 lines
97 B
MySQL
Raw Normal View History

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