Skip to content

Commit

Permalink
docs: Update prisma.mdx (#11933)
Browse files Browse the repository at this point in the history
Fix typo when mapping camelCase `VerificationToken` table name to `verification_tokens`.
  • Loading branch information
diegocasmo authored Sep 30, 2024
1 parent 0b94eab commit d3e32ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/adapters/prisma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,6 @@ model VerificationToken {
expires DateTime
@@unique([identifier, token])
@@map("verificationtokens")
@@map("verification_tokens")
}
```

0 comments on commit d3e32ae

Please sign in to comment.