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-06-10-180418_nullable_match_player_code_bundle
/
up.sql
blob: 86ab65d0da2d11a3015a28898a43bb17610b9c3d (
plain
)
1
ALTER
TABLE
match_players
ALTER
COLUMN
code_bundle_id
DROP
NOT
NULL
;