When I try to execute the following on the command line, always the "public" schema is used and not the "pgmq" schema. It's as though
--schemaFilters
--schemaFilters
is being ignored. Am I doing something wrong?
npx drizzle-kit introspect --url="postgresql://postgres:postgres@127.0.0.1:54322/postgres" --dialect=postgresql --schemaFilters pgmq --out testPulling from ['public'] list of schemas
npx drizzle-kit introspect --url="postgresql://postgres:postgres@127.0.0.1:54322/postgres" --dialect=postgresql --schemaFilters pgmq --out testPulling from ['public'] list of schemas