schemaFilter not working as expected
I've got this on my
drizzle.config.ts
:
And this is my schema.ts
:
When I run drizzle-kit generate
, for some reason I still get:
So, the schemaFilter
is not working... It's still trying to generate the neon_identity
schema which it should be skipping.
This is on the latest drizzle-kit
, btw, 0.30.1.2 Replies
Only works for push and pull commands
Oh, interesting.
Is there a workaround?