AppFlowy-Cloud/migrations/20241031094508_af_uuid_indexes.sql
2024-10-31 10:55:04 +01:00

4 lines
92 B
SQL

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