mirror of https://github.com/apache/cloudstack.git
Bug 12777 - Add storage network configuration into CloudStack
add DROP statement for new tables according to our code convention guide http://docs.cloud.com/CloudStack_Documentation/Design_Documents/Coding_Conventions
This commit is contained in:
parent
804cfaec46
commit
82cf4e2a31
|
|
@ -124,6 +124,8 @@ DROP TABLE IF EXISTS `cloud`.`physical_network_isolation_methods`;
|
|||
DROP TABLE IF EXISTS `cloud`.`physical_network_traffic_types`;
|
||||
DROP TABLE IF EXISTS `cloud`.`physical_network_service_providers`;
|
||||
DROP TABLE IF EXISTS `cloud`.`virtual_router_elements`;
|
||||
DROP TABLE IF EXISTS `cloud`.`dc_storage_network_ip_range`;
|
||||
DROP TABLE IF EXISTS `cloud`.`op_dc_storage_network_ip_address`;
|
||||
|
||||
CREATE TABLE `cloud`.`version` (
|
||||
`id` bigint unsigned NOT NULL UNIQUE AUTO_INCREMENT COMMENT 'id',
|
||||
|
|
|
|||
Loading…
Reference in New Issue