SupabaseS
Supabase3mo ago
static

ERROR: 42501: must be owner of relation auth.users

Having an issue deleting a old trigger, I was messing with branches earlier in #Replace main branch with everything in development but storage, and we ended up getting something that works pretty good. However, I'm trying to delete a trigger in my main branch yet I keep getting this error
DROP TRIGGER IF EXISTS on_auth_user_created ON auth.users;

ERROR:  42501: must be owner of relation users
Was this page helpful?