mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-04 00:10:53 +00:00
2 lines
103 B
MySQL
2 lines
103 B
MySQL
![]() |
ALTER TABLE auth.tokens ADD COLUMN actor jsonb;
|
||
|
ALTER TABLE auth.refresh_tokens ADD COLUMN actor jsonb;
|