aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/migrations/2022-07-23-131936_bot_active_version/down.sql
blob: 444fe517b5c222ccfeb9ce6d90d631ea8a5ca56a (plain)
1
2
-- This file should undo anything in `up.sql`
ALTER TABLE bots DROP COLUMN active_version;