mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -139,7 +139,8 @@ func prepareInstanceDomainsQuery() (sq.SelectBuilder, func(*sql.Rows) (*Instance
|
||||
|
||||
var (
|
||||
instanceDomainsTable = table{
|
||||
name: projection.InstanceDomainTable,
|
||||
name: projection.InstanceDomainTable,
|
||||
instanceIDCol: projection.InstanceDomainInstanceIDCol,
|
||||
}
|
||||
|
||||
InstanceDomainCreationDateCol = Column{
|
||||
|
Reference in New Issue
Block a user