mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
4 lines
85 B
SQL
4 lines
85 B
SQL
UPDATE "User"
|
|
SET "emailVerified" = CURRENT_TIMESTAMP
|
|
WHERE "emailVerified" IS NULL;
|