mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 10:27:24 +00:00
5 lines
91 B
MySQL
5 lines
91 B
MySQL
![]() |
BEGIN;
|
||
|
|
||
|
ALTER TABLE management.project_grants ADD COLUMN resource_owner_name TEXT;
|
||
|
|
||
|
COMMIT;
|