mirror of https://github.com/apache/cloudstack.git
host_address in storage_pool should not have gotten the change to char(40)
This commit is contained in:
parent
4b4d7abad1
commit
dd8ca0cf72
|
|
@ -3,6 +3,7 @@
|
|||
--;
|
||||
|
||||
ALTER TABLE `cloud`.`security_group` add UNIQUE KEY (`name`, `account_id`);
|
||||
ALTER TABLE `cloud`.`storage_pool` MODIFY `host_address` varchar(255) NOT NULL;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `cloud`.`ovs_tunnel`(
|
||||
`id` bigint unsigned NOT NULL UNIQUE AUTO_INCREMENT,
|
||||
|
|
|
|||
Loading…
Reference in New Issue