fixed update query in vpc_gateway upgrade

This commit is contained in:
Kishan Kavala 2013-05-13 19:31:53 +05:30
parent 2d950e2858
commit c5a59ee0be
1 changed files with 1 additions and 1 deletions

View File

@ -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;