drizzle-orm
drizzle-orm copied to clipboard
[BUG]: Push is comparing schema objects against Supabase's schemas.
What version of drizzle-orm
are you using?
0.30.10
What version of drizzle-kit
are you using?
0.21.1
Describe the Bug
When I run drizzle-kit push
in an empty Supabase database, it is comparing my schema with Supabase's own schemas.
I tried to specify schemaFilter in drizzle.config.ts, but dont worked.
Expected behavior
Drizzle should not consider about other schemas than the main schema, unless it is specified.
Environment & setup
OS: macOS 14.4.1 arm64
Node: v20.12.1