Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[plcapi.git] / migrations / 002-up-slices.sql
1 -- Remove NOT NULL constraint from creator_person_id in case the
2 -- creator is deleted.
3 ALTER TABLE slices ALTER creator_person_id DROP NOT NULL;
4
5 -- Bump subversion
6 UPDATE plc_db_version SET subversion = 2;