planetwars.dev/planetwars-server/migrations/2021-12-18-130837_bots/down.sql

5 lines
122 B
MySQL
Raw Normal View History

2022-02-27 21:58:11 +00:00
DROP INDEX code_bundles_bot_id_index;
DROP INDEX code_bundles_created_at_index;
2021-12-18 23:16:46 +00:00
DROP TABLE code_bundles;
DROP TABLE bots;