Skip to content

Commit 0a3cc97

Browse files
Add column external_uuid to contact/contactgroup table
1 parent 62e47fb commit 0a3cc97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/pgsql/upgrades/026.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)