entc/gen: ensure foreign-key constraints are unique in codegen (#3066)

This commit is contained in:
Ariel Mashraki
2022-11-05 07:28:50 +02:00
committed by GitHub
parent 5d4f02620d
commit a91aabe3ef
3 changed files with 62 additions and 2 deletions

View File

@@ -8,8 +8,8 @@ linters-settings:
dupl:
threshold: 100
funlen:
lines: 115
statements: 115
lines: 120
statements: 120
goheader:
template: |-
Copyright 2019-present Facebook Inc. All rights reserved.