mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 11:47:38 +00:00
fix: Improve search user grants (#988)
* fix(management): search user grants with granted * fix(auth): handle user grant project owner * fix: migration
This commit is contained in:
5
migrations/cockroach/V1.22__user_grant_owners.sql
Normal file
5
migrations/cockroach/V1.22__user_grant_owners.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE management.user_grants ADD COLUMN project_owner STRING;
|
||||
|
||||
ALTER TABLE auth.user_grants ADD COLUMN project_owner STRING;
|
||||
|
||||
ALTER TABLE authz.user_grants ADD COLUMN project_owner STRING;
|
Reference in New Issue
Block a user