mirror of https://github.com/apache/cloudstack.git
fixed update query in vpc_gateway upgrade
This commit is contained in:
parent
2d950e2858
commit
c5a59ee0be
|
|
@ -1602,4 +1602,4 @@ CREATE TABLE `cloud`.`nic_ip_alias` (
|
|||
UNIQUE INDEX `id_UNIQUE` (`id` ASC) );
|
||||
|
||||
alter table `cloud`.`vpc_gateways` add column network_acl_id bigint unsigned default 1 NOT NULL;
|
||||
update table cloud.vpc_gateways set network_acl_id = 2;
|
||||
update `cloud`.`vpc_gateways` set network_acl_id = 2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue