Skip to content

Commit

Permalink
#396 changes in gen.sh and models
Browse files Browse the repository at this point in the history
  • Loading branch information
evassilyev committed Oct 29, 2023
1 parent a26bcf3 commit 371c056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ SELECT
FROM information_schema.table_constraints tc
JOIN information_schema.key_column_usage AS kcu ON tc.constraint_name = kcu.constraint_name
AND tc.table_schema = kcu.table_schema
AND tc.table_name = kcu.table_name
JOIN (
SELECT
ROW_NUMBER() OVER (
Expand Down
1 change: 1 addition & 0 deletions models/foreignkey.xo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 371c056

Please sign in to comment.