zitadel/migrations/cockroach/V1.39__feature_custom_domain.sql
Livio Amstutz 6863aeac59
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>
2021-04-19 16:43:36 +02:00

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;