mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
chore: add unique index on af_users.uuid
This commit is contained in:
parent
a3a581ea4e
commit
caf98789e1
1 changed files with 4 additions and 0 deletions
4
migrations/20241031094508_af_uuid_indexes.sql
Normal file
4
migrations/20241031094508_af_uuid_indexes.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
CREATE UNIQUE INDEX IF NOT EXISTS uq_af_user_uuid
|
||||
ON af_user (uuid)
|
||||
INCLUDE (uid);
|
||||
|
Loading…
Add table
Reference in a new issue