mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 18:00:48 +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:
@@ -59,6 +59,8 @@ func (key UserSessionSearchKey) ToColumnName() string {
|
||||
return UserSessionKeyState
|
||||
case usr_model.UserSessionSearchKeyResourceOwner:
|
||||
return UserSessionKeyResourceOwner
|
||||
case usr_model.UserSessionSearchKeyInstanceID:
|
||||
return UserSessionKeyInstanceID
|
||||
default:
|
||||
return ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user