From c701eb8ca52e0ec5f16c3fa524767c32cfa96f37 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Fri, 9 Dec 2011 16:57:32 -0800 Subject: [PATCH] bug 12464: removed obsolete config value 'wait.cmd' as a part of db upgrade status 12464: resolved fixed --- setup/db/db/schema-2214to30.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-2214to30.sql b/setup/db/db/schema-2214to30.sql index d005a0787ee..397c56cc736 100755 --- a/setup/db/db/schema-2214to30.sql +++ b/setup/db/db/schema-2214to30.sql @@ -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';