mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
4 lines
92 B
SQL
4 lines
92 B
SQL
CREATE UNIQUE INDEX IF NOT EXISTS uq_af_user_uuid
|
|
ON af_user (uuid)
|
|
INCLUDE (uid);
|
|
|