How to seed remote DB
I need a way to run the supabase/seed.sql script on a remote DB. This is done locally with
Is there any way to seed the remote DB after running
supabase start and supabase db reset. For our CI/CD workflow, we're doing Is there any way to seed the remote DB after running
supabase db push ? Much thanks for any help!