local dev schema migration
I've made a lot of changes to my schema in local dev environment. I tried running
supabase migration new ... but the sql file it creates is empty so pushing it using supabase db push does nothing. How would you fix this?