mirror of https://github.com/apache/cloudstack.git
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:
parent
2c0dd7dbaa
commit
65698f817b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue