aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/migrations/2021-12-18-130837_bots/down.sql
blob: a1309ffb0ea287b7eb57d87080fea1162709ef16 (plain)
1
2
3
4
5
DROP INDEX code_bundles_bot_id_index;
DROP INDEX code_bundles_created_at_index;

DROP TABLE code_bundles;
DROP TABLE bots;