mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:17:32 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -39,7 +39,8 @@ type CustomText struct {
|
||||
|
||||
var (
|
||||
customTextTable = table{
|
||||
name: projection.CustomTextTable,
|
||||
name: projection.CustomTextTable,
|
||||
instanceIDCol: projection.CustomTextInstanceIDCol,
|
||||
}
|
||||
CustomTextColAggregateID = Column{
|
||||
name: projection.CustomTextAggregateIDCol,
|
||||
|
Reference in New Issue
Block a user