From fc8b7210c26ff51f93f58703bb109d4fb0755b7f Mon Sep 17 00:00:00 2001 From: frank Date: Thu, 16 Aug 2012 18:05:00 -0700 Subject: [PATCH] CS-16040 3.0.1 to 3.0.5 Upgrade: ovs_tunnel_account table should be removed from the Upgraded Setup. fixed --- setup/db/db/schema-304to305.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-304to305.sql b/setup/db/db/schema-304to305.sql index 48fb2b8120c..a2e726ef3f1 100755 --- a/setup/db/db/schema-304to305.sql +++ b/setup/db/db/schema-304to305.sql @@ -366,3 +366,5 @@ UPDATE `cloud`.`configuration` SET description='Comma separated list of cidrs in INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Network', 'DEFAULT', 'management-server', 'site2site.vpn.vpngateway.connection.limit', '4', 'The maximum number of VPN connection per VPN gateway'); INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Network', 'DEFAULT', 'management-server', 'site2site.vpn.customergateway.subnets.limit', '10', 'The maximum number of subnets per customer gateway'); + +DROP TABLE IF EXISTS `cloud`.`ovs_tunnel_account`;