Skip to content

Commit 935d5f9

Browse files
soedirgodarora
authored andcommitted
fix: drop obsolete pg_graphql function signature
1 parent 87ee42d commit 935d5f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

migrations/db/migrations/20220317095840_pg_graphql.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
-- migrate:up
22
create schema if not exists graphql_public;
33

4+
-- obsolete signature: https://github.com/supabase/infrastructure/pull/5524/files
5+
drop function if exists graphql_public.graphql(text, text, jsonb);
46
-- GraphQL Placeholder Entrypoint
57
create or replace function graphql_public.graphql(
68
"operationName" text default null,

0 commit comments

Comments
 (0)