drizzle-orm icon indicating copy to clipboard operation
drizzle-orm copied to clipboard

[BUG]: Push is comparing schema objects against Supabase's schemas.

Open stefanosandes opened this issue 9 months ago • 0 comments

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.

image

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

stefanosandes avatar May 13 '24 20:05 stefanosandes