ERROR: schema "supabase_functions" does not exist

When doing a supabase db push on a new project, following the instructions here:

https://supabase.com/docs/guides/cli/managing-environments?environment=staging

I set up our new staging project, and the Github Action from the above instructions.

Fails on this query:

At statement 103: CREATE OR REPLACE TRIGGER "notifications-hook" AFTER INSERT ON public.notifications FOR EACH ROW EXECUTE FUNCTION supabase_functions.http_request('https://[redacted]', 'POST', '{"Content-Type":"application/json"}', '{}', '1000')
Was this page helpful?