mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
6863aeac59
* fix: custom domain * fix: custom domain * fix: custom domain * fix: custom domain feature in proto * fix: remove custom domains on feature downgrade * fix test * fix: custom domain feature in proto * ensure tests work Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
4 lines
250 B
SQL
4 lines
250 B
SQL
ALTER TABLE adminapi.features ADD COLUMN custom_domain BOOLEAN;
|
|
ALTER TABLE auth.features ADD COLUMN custom_domain BOOLEAN;
|
|
ALTER TABLE authz.features ADD COLUMN custom_domain BOOLEAN;
|
|
ALTER TABLE management.features ADD COLUMN custom_domain BOOLEAN; |