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

2 lines
69 B
MySQL
Raw Normal View History

ALTER TABLE match_players ALTER COLUMN code_bundle_id DROP NOT NULL;