4 lines
85 B
MySQL
4 lines
85 B
MySQL
|
|
UPDATE "User"
|
||
|
|
SET "emailVerified" = CURRENT_TIMESTAMP
|
||
|
|
WHERE "emailVerified" IS NULL;
|