Supabase `db diff` says "No schema changes found" but `db pull` still creates a WRONG migration
I ran
to get
but when I run
the cli creates a new migration file
Should I skip running
to get
but when I run
the cli creates a new migration file
<>_remote_schema.sql, which drops a many of my postgres functions.Should I skip running
supabase db pull?