Troubleshooting
Supabase Migrations
If you are facing supabase migration problems, for example if your local database is out of sync with the server database, use the following commands:
List migrations
supabase migrations list
Repair a specific migration
supabase migration repair <migration-number> --status reverted
Reset the database
supabase db reset