mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 08:47:23 +00:00
7 lines
188 B
MySQL
7 lines
188 B
MySQL
![]() |
BEGIN;
|
||
|
|
||
|
ALTER TABLE management.user_grants ADD COLUMN grant_id TEXT;
|
||
|
ALTER TABLE auth.user_grants ADD COLUMN grant_id TEXT;
|
||
|
ALTER TABLE authz.user_grants ADD COLUMN grant_id TEXT;
|
||
|
|
||
|
COMMIT;
|