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
/
up.sql
blob: 714de8c1e911deba301e5cfdbc59287cfc363edd (
plain
)
1
ALTER
TABLE
matches
ADD
COLUMN
is_public
boolean
NOT
NULL
DEFAULT
false
;