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 0a3cc97Copy full SHA for 0a3cc97
schema/pgsql/upgrades/026.sql
@@ -0,0 +1,2 @@
1
+ALTER TABLE contact ADD COLUMN external_uuid uuid NOT NULL;
2
+ALTER TABLE contactgroup ADD COLUMN external_uuid uuid NOT NULL;
0 commit comments