From 65698f817ba3a93f095a8909da34be5caac53605 Mon Sep 17 00:00:00 2001 From: Vijayendra Bhamidipati Date: Mon, 4 Jun 2012 13:40:03 -0700 Subject: [PATCH] CS-15197: Production DB upgrade 2.2.14 -> Bonita CloudStack-tag-3.0.3-prerelease1-3.0.3-0.2549-rhel5 - schema differences reviewed-by: Salvatore Description: ovs_tunnel_account is not required in 3.0.3 - the table ovs_tunnel_network replaces the former's functionality. Putting in a drop table command to remove the table,in the upgrade path from 302 to 303. --- setup/db/db/schema-302to303.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-302to303.sql b/setup/db/db/schema-302to303.sql index 97613b4c991..ee506ba12de 100755 --- a/setup/db/db/schema-302to303.sql +++ b/setup/db/db/schema-302to303.sql @@ -70,6 +70,7 @@ DROP TABLE IF EXISTS `cloud`.`ovs_tunnel_alloc`; DROP TABLE IF EXISTS `cloud`.`ovs_vlan_mapping_dirty`; DROP TABLE IF EXISTS `cloud`.`ovs_vm_flow_log`; DROP TABLE IF EXISTS `cloud`.`ovs_work`; +DROP TABLE IF EXISTS `cloud`.`ovs_tunnel_account`; CREATE TABLE `cloud`.`ovs_tunnel_interface` ( `id` bigint(20) NOT NULL AUTO_INCREMENT,