Skip to content

Commit ed628f3

Browse files
committed
Move SQL to schema-42100to42200.sql
1 parent 661e3f3 commit ed628f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,3 @@ SET `cs`.`domain_id` = (
757757

758758
-- Re-apply VPC: update default network offering for vpc tier to conserve_mode=1 (#8309)
759759
UPDATE `cloud`.`network_offerings` SET conserve_mode = 1 WHERE name = 'DefaultIsolatedNetworkOfferingForVpcNetworks';
760-
761-
-- Increase length of scripts_version column to 128 due to md5sum to sha512sum change
762-
CALL `cloud`.`IDEMPOTENT_CHANGE_COLUMN`('cloud.domain_router', 'scripts_version', 'scripts_version', 'VARCHAR(128)');

engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
--;
1919
-- Schema upgrade from 4.21.0.0 to 4.22.0.0
2020
--;
21+
22+
-- Increase length of scripts_version column to 128 due to md5sum to sha512sum change
23+
CALL `cloud`.`IDEMPOTENT_CHANGE_COLUMN`('cloud.domain_router', 'scripts_version', 'scripts_version', 'VARCHAR(128)');

0 commit comments

Comments
 (0)