From c8dd7ec52fab95b2be130ce8a31f46c63f84f156 Mon Sep 17 00:00:00 2001 From: kishan Date: Thu, 8 Dec 2011 12:08:02 +0530 Subject: [PATCH] bug 12436: Add new parameter external.network.stats.interval to upgrade script status 12436 : resolved fixed reviewed-by: Nitin --- setup/db/db/schema-2213to2214.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/db/db/schema-2213to2214.sql b/setup/db/db/schema-2213to2214.sql index 7e6ed37d560..4673197789f 100644 --- a/setup/db/db/schema-2213to2214.sql +++ b/setup/db/db/schema-2213to2214.sql @@ -2,4 +2,5 @@ -- Schema upgrade from 2.2.13 to 2.2.14; --; -ALTER TABLE `cloud`.`vm_template` MODIFY `extractable` int(1) unsigned NOT NULL default 0 COMMENT 'Is this template extractable'; \ No newline at end of file +ALTER TABLE `cloud`.`vm_template` MODIFY `extractable` int(1) unsigned NOT NULL default 0 COMMENT 'Is this template extractable'; +INSERT INTO configuration (category, instance, component, name, value, description) VALUES ('Advanced', 'DEFAULT', 'management-server', 'external.network.stats.interval', '300', 'Interval (in seconds) to report external network statistics.');