We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
external_uuid
contact/contactgroup
1 parent 62e47fb commit 767820cCopy full SHA for 767820c
schema/pgsql/upgrades/026.sql
@@ -0,0 +1,4 @@
1
+ALTER TABLE contact ADD COLUMN external_uuid uuid NOT NULL;
2
+ALTER TABLE contactgroup ADD COLUMN external_uuid uuid NOT NULL;
3
+
4
+ALTER TABLE contact ALTER COLUMN color DROP NOT NULL;
0 commit comments