Getting error when pushing local migrations to supabase.
I've created a local migration that works just fine locally, but whenever I try to push it to the remote DB, I get:
I'm creating a
Is there a workaround for this?
I'm creating a
view that should have authenticated as owner, since I need RLS to apply to the view. The statement that generates the error is:Is there a workaround for this?