mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:57:31 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -15,7 +15,8 @@ import (
|
||||
|
||||
var (
|
||||
userAuthMethodTable = table{
|
||||
name: projection.UserAuthMethodTable,
|
||||
name: projection.UserAuthMethodTable,
|
||||
instanceIDCol: projection.UserAuthMethodInstanceIDCol,
|
||||
}
|
||||
UserAuthMethodColumnTokenID = Column{
|
||||
name: projection.UserAuthMethodTokenIDCol,
|
||||
|
Reference in New Issue
Block a user