bug 12436: Add new parameter external.network.stats.interval to upgrade script

status 12436 : resolved fixed
reviewed-by: Nitin
This commit is contained in:
kishan 2011-12-08 12:08:02 +05:30
parent 5d3108aaf6
commit c8dd7ec52f
1 changed files with 2 additions and 1 deletions

View File

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