Error when trying to push to supabase
I just set up a new supabase project and was trying to set up some schema, but I found I can't push more than once. The first push works fine, after that I keep getting this error on
drizzle-kit push
:
This is my entire schema:
Any ideas what I can try to debug the issue? I found that if I only have 1 table, pushing is fine and I can keep updating the schema for that table and pushing it, but with more than one table in the db/schema, I get the above error.9 Replies
hey I am also facing the same issue, did you managed to fix it?
if not any idea how to do it?
Same issue, was this solved by anyone
Bump
same issue here. I've not changed anything in codebase or supabase dashboard since yday. So might be supabase issue
The problem is in the drizzle bin.cjs file @the.barracuda . Are you sure it is on supabase?
no, I'm not
Getting the same issue when pulling. My first pull worked, but then it gave me this error after adding a new table
Hi @rajat.abcx @the.barracuda @Dezii I tried using neon db instead of supabase.
It is working fine now. So in short, this might really be a supabase problem
Appreciate the update man
i knew it was kinda related to supabase
thanks for your feedback