Skip to content

Commit fe057d3

Browse files
authored
Merge pull request #610 from jlalvarez18/patch-1
Update foreign key constraint comment in configuration
2 parents 94b480b + c70d533 commit fe057d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ create table "Post"(
236236
body text
237237
);
238238

239-
comment on constraint post_owner_id_fkey
239+
comment on constraint post_account_id_fkey
240240
on "Post"
241241
is E'@graphql({"foreign_name": "author", "local_name": "posts"})';
242242
```

0 commit comments

Comments
 (0)