mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-20 04:23:34 +01:00
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`.`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`(
|
CREATE TABLE IF NOT EXISTS `cloud`.`ovs_tunnel`(
|
||||||
`id` bigint unsigned NOT NULL UNIQUE AUTO_INCREMENT,
|
`id` bigint unsigned NOT NULL UNIQUE AUTO_INCREMENT,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user