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