planetwars.dev/planetwars-server/migrations/2022-06-10-180418_nullable_match_player_code_bundle/down.sql

2 lines
68 B
MySQL
Raw Normal View History

ALTER TABLE match_players ALTER COLUMN code_bundle_id SET NOT NULL;