4bf656db3b0c55cfa16f17a1a95d980c692288ee
[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;