Exclude table from migration
I have an existing table from another schema from supabase's auth.
I use this to access the data from the raw_user_meta_data of supabase. How do I exclude this users table from migrating?
I use this to access the data from the raw_user_meta_data of supabase. How do I exclude this users table from migrating?