Skip to content

Commit 994f23e

Browse files
committed
set comment directive in test
1 parent d1fdc03 commit 994f23e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nix/tests/expected/pg_graphql.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
begin;
2+
comment on schema public is '@graphql({"inflect_names": true})';
23
create table account(
34
id serial primary key,
45
email varchar(255) not null,

nix/tests/sql/pg_graphql.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
begin;
2+
comment on schema public is '@graphql({"inflect_names": true})';
23

34
create table account(
45
id serial primary key,

0 commit comments

Comments
 (0)