mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +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;
|