From aa066ef5bb9ed043feafd0e87e219cb34cce35c5 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Tue, 23 Aug 2022 20:00:21 +0200 Subject: create maps table --- planetwars-server/migrations/2022-08-23-174628_maps/down.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 planetwars-server/migrations/2022-08-23-174628_maps/down.sql (limited to 'planetwars-server/migrations/2022-08-23-174628_maps/down.sql') diff --git a/planetwars-server/migrations/2022-08-23-174628_maps/down.sql b/planetwars-server/migrations/2022-08-23-174628_maps/down.sql new file mode 100644 index 0000000..7489122 --- /dev/null +++ b/planetwars-server/migrations/2022-08-23-174628_maps/down.sql @@ -0,0 +1,3 @@ +ALTER TABLE matches DROP COLUMN map_id; + +DROP TABLE maps; \ No newline at end of file -- cgit v1.2.3