Skip to content

Commit

Permalink
#648 - uuid universally unique for user not just within org
Browse files Browse the repository at this point in the history
(cherry picked from commit 27fbe73)
  • Loading branch information
petmongrels authored and himeshr committed Nov 27, 2023
1 parent d0fff59 commit 0c8568b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
alter table users drop constraint if exists users_uuid_org_id_key;
alter table users add unique (uuid);

0 comments on commit 0c8568b

Please sign in to comment.