supabase-cli cli schema dump errors with "there are circular foreign-key constraints on this table"
So my public tables do not have any foreign keys constraints on them (there was one, which didnt seem like a likely candidate for this, but I removed it). but then I cannot dump the DB for moving it with supabase cli, as per the instructions in https://supabase.com/docs/guides/local-development/cli/getting-started
with this error "there are circular foreign-key constraints on this table"
with this error "there are circular foreign-key constraints on this table"
The Supabase CLI provides tools to develop your project locally, deploy to the Supabase Platform, and set up CI/CD workflows.
