We've found duplicated view name across public schema [But there is not a duplicated view]
After I upgrade the drizzle-kit from: drizzle-kit: ^0.24.0 to drizzle-kit: ^0.31.4
When I ran the command:
drizzle-kit generate
This error shows:
But after double checking (triple) we have not a duplicated view or materialized view. I dont know what is wrong:
look the drizle config file:
I really need to figure out!
1 Reply
Try adding
schema: "public"
to your migrations
e.g.
This fixed some other migration issues for me with Supabase.