mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
6 lines
195 B
MySQL
6 lines
195 B
MySQL
|
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;
|