From 1eb81092d7a3e7925ae8e4258aa35a009f911b6e Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Tue, 22 Nov 2022 20:42:34 +0100 Subject: add is_ranked attribute to matches --- .../migrations/2022-11-21-135622_add_is_ranked_to_maps/up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 planetwars-server/migrations/2022-11-21-135622_add_is_ranked_to_maps/up.sql (limited to 'planetwars-server/migrations/2022-11-21-135622_add_is_ranked_to_maps/up.sql') diff --git a/planetwars-server/migrations/2022-11-21-135622_add_is_ranked_to_maps/up.sql b/planetwars-server/migrations/2022-11-21-135622_add_is_ranked_to_maps/up.sql new file mode 100644 index 0000000..88abfac --- /dev/null +++ b/planetwars-server/migrations/2022-11-21-135622_add_is_ranked_to_maps/up.sql @@ -0,0 +1 @@ +ALTER TABLE maps ADD COLUMN is_ranked BOOLEAN NOT NULL DEFAULT FALSE; -- cgit v1.2.3