mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-25 18:55:27 -06:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -27,7 +27,8 @@ type MailTemplate struct {
|
||||
|
||||
var (
|
||||
mailTemplateTable = table{
|
||||
name: projection.MailTemplateTable,
|
||||
name: projection.MailTemplateTable,
|
||||
instanceIDCol: projection.MailTemplateInstanceIDCol,
|
||||
}
|
||||
MailTemplateColAggregateID = Column{
|
||||
name: projection.MailTemplateAggregateIDCol,
|
||||
|
||||
Reference in New Issue
Block a user