8000 set comment directive in test · archiveproject/postgres@90b5ac2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90b5ac2

Browse files
oliricedarora
authored andcommitted
set comment directive in test
1 parent 09dd20a commit 90b5ac2

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)
0