mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
fix(database): oidc config change type to int2 (#2620)
This commit is contained in:
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;
|
Reference in New Issue
Block a user