We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1b0fd commit 8c70aeeCopy full SHA for 8c70aee
packages/supabase/deploy/supabase.sql
@@ -1,18 +1,3 @@
1
-DO $$
2
-BEGIN
3
- IF NOT EXISTS (
4
- SELECT 1
5
- FROM pg_roles
6
- WHERE rolname = 'supabase_functions_admin'
7
- )
8
- THEN
9
- CREATE USER supabase_functions_admin NOINHERIT CREATEROLE LOGIN NOREPLICATION;
10
- END IF;
11
-END $$;
12
-
13
14
15
---
16
-- PostgreSQL database dump
17
--
18
packages/supabase/supabase.control
@@ -2,6 +2,6 @@
comment = 'supabase extension'
default_version = '0.0.1'
module_pathname = '$libdir/supabase'
-requires = 'plpgsql,pg_net'
+requires = 'plpgsql'
relocatable = false
superuser = false
0 commit comments