db push error
I am using drizzle to connect to a supabase database. I am doing my first push to a fresh DB. The schema has a single table in it, and i am getting this error
PostgresError: must be owner of sequence key_key_id_seq
Anyone have any idea what could be going on here?
5 Replies
ok the issue seems to be between drizzle and supabase. The same schema works fine with neon's db.
running into the same issue, were you able to solve it?
no. I ended up pointing the exact same schema to neon, and I pointed it to turso (after changing things to SQlite and both of those worked fine)
Thanks, I downgrade drizzle kit and the error is gone. Think I saw one of the maintainers say theyre working on a fix a few days ago. Fingers crossed
ah ok, i am suprised it was an issue with drizzle. Good to know