zitadel/migrations/cockroach/V1.91__change_app.sql

3 lines
153 B
SQL

SET enable_experimental_alter_column_type_general = true;
ALTER TABLE zitadel.projections.apps_oidc_configs ALTER version TYPE INT2 USING version::INT2;