mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 10849: storage ip is not require NOT NULL
status 10849: resolved fixed
This commit is contained in:
parent
695abd5c5a
commit
fb46a7f1d6
@ -13,4 +13,6 @@ ALTER TABLE `cloud`.`domain_router` ADD COLUMN `redundant_state` varchar(64) NOT
|
||||
|
||||
ALTER TABLE `cloud`.`cluster` ADD COLUMN `managed_state` varchar(32) NOT NULL DEFAULT 'Managed' COMMENT 'Is this cluster managed by cloudstack';
|
||||
|
||||
ALTER TABLE `cloud`.`host` MODIFY `storage_ip_address` char(40);
|
||||
|
||||
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.redundantrouter', 'false', 'enable/disable redundant virtual router');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user