fixed update query in vpc_gateway upgrade
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c5a59ee0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c5a59ee0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c5a59ee0 Branch: refs/heads/portablepublicip Commit: c5a59ee0bebae2489db871c3eef671861bd84de2 Parents: 2d950e2 Author: Kishan Kavala <[email protected]> Authored: Mon May 13 19:31:53 2013 +0530 Committer: Kishan Kavala <[email protected]> Committed: Mon May 13 19:31:53 2013 +0530 ---------------------------------------------------------------------- setup/db/db/schema-410to420.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c5a59ee0/setup/db/db/schema-410to420.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index a1c27b0..9e1a871 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -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;
