index
:
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-08-23-174628_maps
/
down.sql
blob: 74891225f2c124475e99f0db3b2f4c1707493851 (
plain
)
1
2
3
ALTER
TABLE
matches
DROP
COLUMN
map_id
;
DROP
TABLE
maps
;