mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:57:32 +00:00
perf: remove owner removed columns from projections for oidc (#6925)
* fix: remove owner removed columns from login names projection * fix: remove owner removed columns from flow projection * fix: remove owner removed columns from project, projectgrant and member projections * fix: correct unit tests for session projection * fix: correct unit tests for session projection
This commit is contained in:
@@ -232,7 +232,6 @@ func addUserGrantWithoutOwnerRemoved(eq map[string]interface{}) {
|
||||
eq[UserGrantUserOwnerRemoved.identifier()] = false
|
||||
eq[UserGrantProjectOwnerRemoved.identifier()] = false
|
||||
eq[UserGrantGrantGrantedOrgRemoved.identifier()] = false
|
||||
addLoginNameWithoutOwnerRemoved(eq)
|
||||
}
|
||||
|
||||
func (q *Queries) UserGrant(ctx context.Context, shouldTriggerBulk bool, withOwnerRemoved bool, queries ...SearchQuery) (grant *UserGrant, err error) {
|
||||
|
Reference in New Issue
Block a user