Skip to content

Commit 6876f4e

Browse files
authored
docs: Fix typo in MySql schema example (#11072)
Update drizzle.mdx Fix typo
1 parent 5943fb5 commit 6876f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/adapters/drizzle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export const verificationTokens = mysqlTable(
227227
})
228228
)
229229

230-
export const authenticators = pgTable(
230+
export const authenticators = mysqlTable(
231231
"authenticator",
232232
{
233233
credentialID: varchar("credentialID", { length: 255 }).notNull().unique(),

0 commit comments

Comments
 (0)