mirror of
https://github.com/zitadel/zitadel.git
synced 2026-07-25 18:28:00 +00:00
* feat(jwt idp): manage and validate audience * translations * fix tests * address comments * update migration version * fix merge
3 lines
93 B
SQL
3 lines
93 B
SQL
ALTER TABLE IF EXISTS projections.idp_templates6_jwt
|
|
ADD COLUMN IF NOT EXISTS audience text;
|