fix(database): oidc config change type to int2 (#2620)

This commit is contained in:
Silvan 2021-11-05 16:13:48 +01:00 committed by GitHub
parent ccf4828b50
commit 17e00f8204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;