mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
add column is_exclusive_gslb_provider is duplicated causing schema-421to430.sql to fail during install or upgrade
This commit is contained in:
parent
91181a3b21
commit
b1eb8665b7
@ -872,8 +872,6 @@ INSERT IGNORE INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, c
|
|||||||
|
|
||||||
UPDATE `cloud`.`configuration` SET `component` = 'VMSnapshotManager' WHERE `name` IN ("vmsnapshot.create.wait", "vmsnapshot.max");
|
UPDATE `cloud`.`configuration` SET `component` = 'VMSnapshotManager' WHERE `name` IN ("vmsnapshot.create.wait", "vmsnapshot.max");
|
||||||
|
|
||||||
ALTER TABLE `cloud`.`external_load_balancer_devices` ADD COLUMN `is_exclusive_gslb_provider` int(1) unsigned NOT NULL DEFAULT 0 COMMENT '1 if load balancer appliance is acting exclusively as gslb service provider in the zone and can not be used for LB';
|
|
||||||
|
|
||||||
CREATE TABLE `cloud`.`s2s_customer_gateway_details` (
|
CREATE TABLE `cloud`.`s2s_customer_gateway_details` (
|
||||||
`id` bigint unsigned NOT NULL auto_increment,
|
`id` bigint unsigned NOT NULL auto_increment,
|
||||||
`s2s_customer_gateway_id` bigint unsigned NOT NULL COMMENT 'VPC gateway id',
|
`s2s_customer_gateway_id` bigint unsigned NOT NULL COMMENT 'VPC gateway id',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user