Files
2023-11-21 15:44:04 +11:00

4 lines
85 B
SQL

UPDATE "User"
SET "emailVerified" = CURRENT_TIMESTAMP
WHERE "emailVerified" IS NULL;