mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-15 06:13:21 +00:00
feat: handle instanceID in projections (#3442)
* feat: handle instanceID in projections * rename functions * fix key lock * fix import
This commit is contained in:
@@ -55,6 +55,8 @@ func (key NotifyUserSearchKey) ToColumnName() string {
|
||||
return NotifyUserKeyUserID
|
||||
case usr_model.NotifyUserSearchKeyResourceOwner:
|
||||
return NotifyUserKeyResourceOwner
|
||||
case usr_model.NotifyUserSearchKeyInstanceID:
|
||||
return NotifyUserKeyInstanceID
|
||||
default:
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user