Skip to content

Commit

Permalink
docs: update import from drizzle proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
r1tsuu committed Dec 19, 2024
1 parent a4c62e0 commit 9ca4da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database/postgres.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Runs before the schema is built. You can use this hook to extend your database s

```ts
import { postgresAdapter } from '@payloadcms/db-postgres'
import { integer, pgTable, serial } from 'drizzle-orm/pg-core'
import { integer, pgTable, serial } from '@payloadcms/db-postgres/drizzle/pg-core'

postgresAdapter({
beforeSchemaInit: [
Expand Down

0 comments on commit 9ca4da6

Please sign in to comment.