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.
This commit is contained in:
Vijayendra Bhamidipati 2012-06-04 13:40:03 -07:00
parent 2c0dd7dbaa
commit 65698f817b
1 changed files with 1 additions and 0 deletions

View File

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