Deleting records from supabase_migrations.schema_migrations achiev

does deleting all the records from
supabase_migrations.schema_migrations
achieve the same results as
npx supabase migration repair <version> --status reverted
? I couldnt do it from CLI due to connection issues, and I am trying to solve the mismatch between local and remote migrations history in order to run
npx supabase db pull
Was this page helpful?