After #31 was merged we haven't told supabase which schema has been applied already, so before we make the next changes to the prod DB we need to run these commands:
supabase link --project-ref ubsmdiesqofnfxuicwxj
supabase migration repair --status applied 00000000000000 # first link only — skip if already linked before
supabase db push
After #31 was merged we haven't told supabase which schema has been applied already, so before we make the next changes to the prod DB we need to run these commands: