noeleom

Results 3 comments of noeleom

+1 for this as well. trigger only feels like a workaround and not expected behavior.

Was able to work around this issue via `GRANT supabase_storage_admin TO postgres; /* migrations */ REVOKE supabase_storage_admin FROM postgres;` Hopefully that helps, but still acts as a workaround and not...