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 767820c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/pgsql/upgrades/026.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE contact ADD COLUMN external_uuid uuid NOT NULL;
ALTER TABLE contactgroup ADD COLUMN external_uuid uuid NOT NULL;

ALTER TABLE contact ALTER COLUMN color DROP NOT NULL;

0 comments on commit 767820c

Please sign in to comment.