SUPABASE CLI MIGRATION
Hi good day, i just want to clarify if what im doing is correct.
i have an app and it uses supabase, lets call the supabase project as REMOTEDB, i used supabase db pull so that i can copy my REMOTEDB to my LOCALDB. Now i have changes in my LOCALDB and my co worker want to get my changes in my LOCALDB to test the changes.
the steps my co worker will do is (correct me if im wrong)
git pull (to get the migration file)
supabase migration up(to apply migration to his localdb)
i have an app and it uses supabase, lets call the supabase project as REMOTEDB, i used supabase db pull so that i can copy my REMOTEDB to my LOCALDB. Now i have changes in my LOCALDB and my co worker want to get my changes in my LOCALDB to test the changes.
the steps my co worker will do is (correct me if im wrong)
git pull (to get the migration file)
supabase migration up(to apply migration to his localdb)