From 4a582e8079178a7ac11f2a492e7988fcdaa210cd Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sat, 23 Jul 2022 23:40:25 +0200 Subject: store active version id in bots table --- .../migrations/2022-07-23-131936_bot_active_version/down.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 planetwars-server/migrations/2022-07-23-131936_bot_active_version/down.sql (limited to 'planetwars-server/migrations/2022-07-23-131936_bot_active_version/down.sql') diff --git a/planetwars-server/migrations/2022-07-23-131936_bot_active_version/down.sql b/planetwars-server/migrations/2022-07-23-131936_bot_active_version/down.sql new file mode 100644 index 0000000..444fe51 --- /dev/null +++ b/planetwars-server/migrations/2022-07-23-131936_bot_active_version/down.sql @@ -0,0 +1,2 @@ +-- This file should undo anything in `up.sql` +ALTER TABLE bots DROP COLUMN active_version; \ No newline at end of file -- cgit v1.2.3