Skip to content

Commit

Permalink
Add column external_uuid to contact/contactgroup table
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Jun 11, 2024
1 parent 62e47fb commit 0a3cc97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/pgsql/upgrades/026.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE contact ADD COLUMN external_uuid uuid NOT NULL;
ALTER TABLE contactgroup ADD COLUMN external_uuid uuid NOT NULL;

0 comments on commit 0a3cc97

Please sign in to comment.