aboutsummaryrefslogtreecommitdiff
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;