From 178e630bc04442eb8050487d9c4e7714f65e7cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20K=C3=A4hk=C3=B6nen?= <49764796+kristianka@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:15:11 +0200 Subject: [PATCH] Update next-auth-migration-guide.mdx --- docs/content/docs/guides/next-auth-migration-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/guides/next-auth-migration-guide.mdx b/docs/content/docs/guides/next-auth-migration-guide.mdx index 399cb082f0..89250ccb21 100644 --- a/docs/content/docs/guides/next-auth-migration-guide.mdx +++ b/docs/content/docs/guides/next-auth-migration-guide.mdx @@ -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