mirror of https://github.com/apache/cloudstack.git
bug 12464: removed obsolete config value 'wait.cmd' as a part of db upgrade
status 12464: resolved fixed
This commit is contained in:
parent
28913c791b
commit
c701eb8ca5
|
|
@ -478,3 +478,4 @@ ALTER TABLE `cloud`.`user_ip_address` ADD COLUMN `physical_network_id` bigint un
|
|||
ALTER TABLE `cloud`.`user_ip_address` ADD CONSTRAINT `fk_user_ip_address__physical_network_id` FOREIGN KEY (`physical_network_id`) REFERENCES `physical_network`(`id`) ON DELETE CASCADE;
|
||||
|
||||
ALTER TABLE `cloud`.`networks` ADD COLUMN `restart_required` int(1) unsigned NOT NULL DEFAULT 0 COMMENT '1 if restart is required for the network';
|
||||
DELETE FROM `cloud`.`configuration` where name='cmd.wait';
|
||||
|
|
|
|||
Loading…
Reference in New Issue