Update next-auth-migration-guide.mdx

This commit is contained in:
Kristian Kähkönen
2025-11-10 00:15:11 +02:00
committed by GitHub
parent 30e0197347
commit 178e630bc0

View File

@@ -51,7 +51,7 @@ Make sure to have `createdAt` and `updatedAt` fields on your session schema.
#### Verification Schema
- Rename the schema name from `VerificationToken` to `Verification`. Depending on your ORM, the table/model name may need to be lowercase (`verification`) or PascalCase (`Verification`).
- Rename the schema name from `VerificationToken` to `Verification`. Depending on your ORM, the name may need to be lowercase (`verification`) or PascalCase (`Verification`).
#### Account Schema