Can I dump only some tables data in my seed file?
My database has a couple of tables that are too big and I dont need to dump them in the seed file for local dev work.
Is there a way to tell the following command to ignore certain tables?
Is there a way to tell the following command to ignore certain tables?
supabase db dump -f supabase/seed.sql --data-only