mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
host_address in storage_pool should not have gotten the change to char(40)
This commit is contained in:
parent
2da052a463
commit
f7dcbd75e3
@ -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…
x
Reference in New Issue
Block a user