chore: add unique index on af_users.uuid
This commit is contained in:
parent
a3a581ea4e
commit
caf98789e1
|
|
@ -0,0 +1,4 @@
|
|||
CREATE UNIQUE INDEX IF NOT EXISTS uq_af_user_uuid
|
||||
ON af_user (uuid)
|
||||
INCLUDE (uid);
|
||||
|
||||
Loading…
Reference in New Issue