Has the `supabase db pull` changed?
My workflow the last 6 months was to make changes on staging branch of the database, pull the changes localy so I can then push it to github. This allowed me to make quick changes for frontend developer and it was working perfectly until last week when the pull command started to act differently.
Now when I pull I usually get this or similar error:
I relink the project with the correct project ref and password and the error usually goes away for some time. But the pull is still not pulling the correct stuff, I made one RLS change and when I pull, I get 1000 line migration which repeats for infinite pull commands.
This happened now on three separate projects that all have branches enabled, I don't know if this is important.
Now when I pull I usually get this or similar error:
I relink the project with the correct project ref and password and the error usually goes away for some time. But the pull is still not pulling the correct stuff, I made one RLS change and when I pull, I get 1000 line migration which repeats for infinite pull commands.
This happened now on three separate projects that all have branches enabled, I don't know if this is important.