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