When running npx drizzle-kit push I'm getting the warning
[✓] Pulling schema from database... Warning Found data-loss statements:
· You're about to change location column type from geometry(Point) to geometry(point) with 1 items
I'm using Supabase with the PostGIS extension which has the type as "Point",
What version of
drizzle-orm
are you using?0.31.1
What version of
drizzle-kit
are you using?0.22.2
Describe the Bug
When running
npx drizzle-kit push
I'm getting the warningI'm using Supabase with the PostGIS extension which has the type as "Point",
It appears that changing the
type
has no affect in the output sql.Expected behavior
The output sql should reflect the
type
when specified in thegeometry
config.Environment & setup
No response