mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-22 15:48:19 +00:00
fix(database): oidc config change type to int2 (#2620)
This commit is contained in:
parent
ccf4828b50
commit
17e00f8204
3
migrations/cockroach/V1.91__change_app.sql
Normal file
3
migrations/cockroach/V1.91__change_app.sql
Normal 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;
|
Loading…
x
Reference in New Issue
Block a user