mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 01:37:31 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -130,7 +130,8 @@ func (q *Queries) DefaultPreviewLabelPolicy(ctx context.Context) (*LabelPolicy,
|
||||
|
||||
var (
|
||||
labelPolicyTable = table{
|
||||
name: projection.LabelPolicyTable,
|
||||
name: projection.LabelPolicyTable,
|
||||
instanceIDCol: projection.LabelPolicyInstanceIDCol,
|
||||
}
|
||||
LabelPolicyColCreationDate = Column{
|
||||
name: projection.LabelPolicyCreationDateCol,
|
||||
|
Reference in New Issue
Block a user