diff --git a/migrations/cockroach/V1.91__change_app.sql b/migrations/cockroach/V1.91__change_app.sql new file mode 100644 index 0000000000..1ca568c367 --- /dev/null +++ b/migrations/cockroach/V1.91__change_app.sql @@ -0,0 +1,3 @@ +SET enable_experimental_alter_column_type_general = true; + +ALTER TABLE zitadel.projections.apps_oidc_configs ALTER version TYPE INT2 USING version::INT2; \ No newline at end of file