mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -35,7 +35,8 @@ type UserMetadataSearchQueries struct {
|
||||
|
||||
var (
|
||||
userMetadataTable = table{
|
||||
name: projection.UserMetadataProjectionTable,
|
||||
name: projection.UserMetadataProjectionTable,
|
||||
instanceIDCol: projection.UserMetadataColumnInstanceID,
|
||||
}
|
||||
UserMetadataUserIDCol = Column{
|
||||
name: projection.UserMetadataColumnUserID,
|
||||
|
Reference in New Issue
Block a user