AppFlowy-Cloud/migrations/20241031094508_af_uuid_inde...

5 lines
92 B
SQL

CREATE UNIQUE INDEX IF NOT EXISTS uq_af_user_uuid
ON af_user (uuid)
INCLUDE (uid);