mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-22 16:58:34 +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;
|