mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-01 15:15:56 +00:00
feat: custom domain feature (#1618)
* 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>
This commit is contained in:
4
migrations/cockroach/V1.39__feature_custom_domain.sql
Normal file
4
migrations/cockroach/V1.39__feature_custom_domain.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user