mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
3 lines
153 B
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; |