Skip to content

Commit 584bb98

Browse files
author
Hein
committed
..
1 parent 17239d1 commit 584bb98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/common/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ type PreloadOption struct {
5454
ForeignKey string `json:"foreign_key"` // For parent tables: column in current table that references parent
5555

5656
// Custom SQL JOINs from XFiles - used when preload needs additional joins
57-
SqlJoins []string `json:"sql_joins"` // Custom SQL JOIN clauses
58-
JoinAliases []string `json:"join_aliases"` // Extracted table aliases from SqlJoins for validation
57+
SqlJoins []string `json:"sql_joins"` // Custom SQL JOIN clauses
58+
JoinAliases []string `json:"join_aliases"` // Extracted table aliases from SqlJoins for validation
5959
}
6060

6161
type FilterOption struct {

0 commit comments

Comments
 (0)