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
/
down.sql
blob: bb0b613d0df0aeb1d36bde34adc92687dac696a3 (
plain
)
1
ALTER
TABLE
match_players
ALTER
COLUMN
code_bundle_id
SET
NOT
NULL
;