mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 23:57:42 +00:00
3 lines
153 B
MySQL
3 lines
153 B
MySQL
|
SET enable_experimental_alter_column_type_general = true;
|
||
|
|
||
|
ALTER TABLE zitadel.projections.apps_oidc_configs ALTER version TYPE INT2 USING version::INT2;
|