Anyway to run EVENT TRIGGER on Supabase?
Use case: Let’s say I have
But this requires superuser role
schema_migrator role that’ll be creating the objects during ci/cd. So it's the owner, but I don’t want to have this role be able to truncate the tables. So I wanted to do:But this requires superuser role