planetwars.dev/planetwars-server/migrations/2022-07-23-131936_bot_active_version/down.sql

2 lines
90 B
MySQL
Raw Normal View History

2022-07-23 21:40:25 +00:00
-- This file should undo anything in `up.sql`
ALTER TABLE bots DROP COLUMN active_version;