8000 remove schema from create extension call for pg_graphql (#361) · deerle/postgres@808792c · GitHub
[go: up one dir, main page]

Skip to content

Commit 808792c

Browse files
authored
remove schema from create extension call for pg_graphql (supabase#361)
1 parent b4339d0 commit 808792c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/db/migrations/20220613123923_pg_graphql-pg-dump-perms.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ BEGIN
6767

6868
IF graphql_exists
6969
THEN
70-
create extension if not exists pg_graphql schema graphql;
70+
create extension if not exists pg_graphql;
7171
END IF;
7272
END $$;
7373

0 commit comments

Comments
 (0)
0