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-07-30-145155_add_public_to_matches
/
down.sql
blob: 7a0c0bf1113fa98a9f7c068be394a6153cefa3b9 (
plain
)
1
ALTER
TABLE
matches
DROP
COLUMN
is_public
;