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-11-21-135622_add_is_ranked_to_maps
/
up.sql
blob: 88abfacb42fc5c9768bf5d6c7a9e4c1cd73a24ad (
plain
)
1
ALTER
TABLE
maps
ADD
COLUMN
is_ranked
BOOLEAN
NOT
NULL
DEFAULT
FALSE
;