Skip to content

Commit 8c70aee

Browse files
committed
remove extension
1 parent 5a1b0fd commit 8c70aee

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

packages/supabase/deploy/supabase.sql

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
--
161
-- PostgreSQL database dump
172
--
183

packages/supabase/supabase.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
comment = 'supabase extension'
33
default_version = '0.0.1'
44
module_pathname = '$libdir/supabase'
5-
requires = 'plpgsql,pg_net'
5+
requires = 'plpgsql'
66
relocatable = false
77
superuser = false

0 commit comments

Comments
 (0)