aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/migrations/2022-01-02-105610_matches/down.sql
diff options
context:
space:
mode:
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.sql3
1 files changed, 2 insertions, 1 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
index eadd0fa..430bb1b 100644
--- a/planetwars-server/migrations/2022-01-02-105610_matches/down.sql
+++ b/planetwars-server/migrations/2022-01-02-105610_matches/down.sql
@@ -1,3 +1,4 @@
DROP TABLE match_players;
DROP INDEX match_created_at;
-DROP TABLE matches; \ No newline at end of file
+DROP TABLE matches;
+DROP TYPE match_state; \ No newline at end of file