From da3d7ed02d995794d5c8aab2563e4d0f53d33416 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sun, 27 Feb 2022 22:58:11 +0100 Subject: create code bundle indices --- planetwars-server/migrations/2021-12-18-130837_bots/down.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'planetwars-server/migrations/2021-12-18-130837_bots/down.sql') diff --git a/planetwars-server/migrations/2021-12-18-130837_bots/down.sql b/planetwars-server/migrations/2021-12-18-130837_bots/down.sql index 3d14604..a1309ff 100644 --- a/planetwars-server/migrations/2021-12-18-130837_bots/down.sql +++ b/planetwars-server/migrations/2021-12-18-130837_bots/down.sql @@ -1,3 +1,5 @@ +DROP INDEX code_bundles_bot_id_index; +DROP INDEX code_bundles_created_at_index; + DROP TABLE code_bundles; -DROP INDEX bots_index; DROP TABLE bots; \ No newline at end of file -- cgit v1.2.3