chatdesk-ui/postgres_15.8.1.044/migrations/tests/extensions/19-pg_graphql.sql

5 lines
121 B
PL/PgSQL

BEGIN;
create schema if not exists "graphql";
create extension if not exists pg_graphql with schema "graphql";
ROLLBACK;