Skip to content

Commit fdb65ea

Browse files
authored
Update drizzle-kit-pull.mdx
Fixed error: Unrecognized options for command 'introspect': --schema
1 parent bc31366 commit fdb65ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/drizzle-kit-pull.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ yet you can provide all configuration options through CLI if necessary, e.g. in
219219
| `extensionsFilters` | | Database extensions internal database filters |
220220
221221
<Npx>
222-
drizzle-kit pull --dialect=postgresql --schema=src/schema.ts --url=postgresql://user:password@host:port/dbname
223-
drizzle-kit pull --dialect=postgresql --schema=src/schema.ts --driver=pglite url=database/
224-
drizzle-kit pull --dialect=postgresql --schema=src/schema.ts --tablesFilter='user*' --extensionsFilters=postgis url=postgresql://user:password@host:port/dbname
222+
drizzle-kit pull --dialect=postgresql --url=postgresql://user:password@host:port/dbname
223+
drizzle-kit pull --dialect=postgresql --driver=pglite url=database/
224+
drizzle-kit pull --dialect=postgresql --tablesFilter='user*' --extensionsFilters=postgis url=postgresql://user:password@host:port/dbname
225225
</Npx>
226226
227-
![](@/assets/gifs/introspect_mysql.gif)
227+
![](@/assets/gifs/introspect_mysql.gif)

0 commit comments

Comments
 (0)