Hi everyone! I have something strange happening with migration history:
npx supbase migration list
npx supbase migration list
<- [things look perfect]
npx supbase migration list --local
npx supbase migration list --local
<- [last 20 remote migrations are missing]
npx supbase migration list --linked
npx supbase migration list --linked
<- [things look perfect]
I am running this from my machine. How can local and remote match perfectly in --linked, but then not in --local? What does the "remote" column when applying the local flag even mean?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.