Skip to content

Commit

Permalink
fix: drop obsolete pg_graphql function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Nov 21, 2023
1 parent 87ee42d commit 28f2b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/db/migrations/20220317095840_pg_graphql.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-- migrate:up
create schema if not exists graphql_public;

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

0 comments on commit 28f2b67

Please sign in to comment.