From 584bb9813d9d8c6bfbb7b5fbd98f8a41fa0be85e Mon Sep 17 00:00:00 2001 From: Hein Date: Thu, 29 Jan 2026 09:37:22 +0200 Subject: [PATCH] .. --- pkg/common/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/common/types.go b/pkg/common/types.go index a68daf6..7447ffa 100644 --- a/pkg/common/types.go +++ b/pkg/common/types.go @@ -54,8 +54,8 @@ type PreloadOption struct { ForeignKey string `json:"foreign_key"` // For parent tables: column in current table that references parent // Custom SQL JOINs from XFiles - used when preload needs additional joins - SqlJoins []string `json:"sql_joins"` // Custom SQL JOIN clauses - JoinAliases []string `json:"join_aliases"` // Extracted table aliases from SqlJoins for validation + SqlJoins []string `json:"sql_joins"` // Custom SQL JOIN clauses + JoinAliases []string `json:"join_aliases"` // Extracted table aliases from SqlJoins for validation } type FilterOption struct {