Can I reset a remote supabase instance with the cli?
I have a local folder with migrations. Can I reset the remote database with the cli to mirror the migrations folder?
supabase db push creates an error
supabase db push creates an error
supabase_migrations.schema_migrations table conflicts with the contents of supabase/migrations.; . Something like supabase db remote reset?