index
:
xander/planetwars.dev
main
Unnamed repository; edit this file 'description' to name the repository.
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
;