Skip to content

Commit 0d76004

Browse files
author
Daan Hoogland
committed
upgradeversion
1 parent 2eeb2c7 commit 0d76004

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
@@ -755,8 +755,5 @@ SET `cs`.`domain_id` = (
755755
WHERE `acc`.`id` = `cs`.`account_id`
756756
);
757757

758-
-- health check status as enum
759-
CALL `cloud`.`IDEMPOTENT_CHANGE_COLUMN`('router_health_check', 'check_result', 'check_result', 'varchar(16) NOT NULL COMMENT "check executions result: SUCCESS, FAILURE, WARNING, UNKNOWN"');
760-
761758
-- Re-apply VPC: update default network offering for vpc tier to conserve_mode=1 (#8309)
762759
UPDATE `cloud`.`network_offerings` SET conserve_mode = 1 WHERE name = 'DefaultIsolatedNetworkOfferingForVpcNetworks';

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+
-- health check status as enum
23+
CALL `cloud`.`IDEMPOTENT_CHANGE_COLUMN`('router_health_check', 'check_result', 'check_result', 'varchar(16) NOT NULL COMMENT "check executions result: SUCCESS, FAILURE, WARNING, UNKNOWN"');

0 commit comments

Comments
 (0)