Files
2023-11-21 15:42:29 +11:00

4 lines
85 B
SQL

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