bug 10849: storage ip is not require NOT NULL

status 10849: resolved fixed
This commit is contained in:
anthony 2011-08-05 11:24:24 -07:00
parent 695abd5c5a
commit fb46a7f1d6

View File

@ -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');