mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
3 lines
85 B
SQL
3 lines
85 B
SQL
UPDATE "User"
|
|
SET "emailVerified" = CURRENT_TIMESTAMP
|
|
WHERE "emailVerified" IS NULL;
|