mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -47,7 +47,8 @@ func (c *rsaCertificate) Certificate() []byte {
|
||||
|
||||
var (
|
||||
certificateTable = table{
|
||||
name: projection.CertificateTable,
|
||||
name: projection.CertificateTable,
|
||||
instanceIDCol: projection.CertificateColumnInstanceID,
|
||||
}
|
||||
CertificateColID = Column{
|
||||
name: projection.CertificateColumnID,
|
||||
|
Reference in New Issue
Block a user