cloudstack/setup/db/db/schema-2213to2214.sql

7 lines
429 B
SQL

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