mirror of https://github.com/apache/cloudstack.git
bug 12436: Add new parameter external.network.stats.interval to upgrade script
status 12436 : resolved fixed reviewed-by: Nitin
This commit is contained in:
parent
5d3108aaf6
commit
c8dd7ec52f
|
|
@ -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.');
|
||||
|
|
|
|||
Loading…
Reference in New Issue