Re-add NULL constraint.

This commit is contained in:
Steven Miers 2015-07-24 16:57:48 -05:00
parent bf0e29952e
commit 823da09ef3
2 changed files with 5 additions and 1 deletions

View File

@ -296,4 +296,5 @@ add_description_to_perf_samples.sql
alter_genre_player_unique_constraint.sql
musician_search.sql
enhance_band_profile.sql
alter_band_profile_rate_defaults.sql
alter_band_profile_rate_defaults.sql
repair_band_profile.sql

View File

@ -0,0 +1,3 @@
ALTER TABLE musicians_instruments ALTER COLUMN player_id SET NOT NULL;
ALTER TABLE performance_samples ALTER COLUMN player_id SET NOT NULL;
ALTER TABLE online_presences ALTER COLUMN player_id SET NOT NULL;