mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:57:33 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -6,13 +6,15 @@ import (
|
||||
"testing"
|
||||
|
||||
sq "github.com/Masterminds/squirrel"
|
||||
|
||||
"github.com/zitadel/zitadel/internal/domain"
|
||||
)
|
||||
|
||||
var (
|
||||
testTable = table{
|
||||
name: "test_table",
|
||||
alias: "test_table",
|
||||
name: "test_table",
|
||||
alias: "test_table",
|
||||
instanceIDCol: "instance_id",
|
||||
}
|
||||
testCol = Column{
|
||||
name: "test_col",
|
||||
|
Reference in New Issue
Block a user