How to enable database webhooks for local development
I want to use database webhooks by first implementing it in my local development environment. I can access the UI to create a webhook at http://localhost:54323/project/default/database/hooks but it fails with the error
Is there a way to develop locally when using this feature?
Failed to create hook: schema "supabase_functions" does not exist when I try to create the webhook.Is there a way to develop locally when using this feature?

