Bug 13423: Upgrade 2213 to 2214 add the snapshot index since it was introduced for 2214.

Reviewed-By: Kishan
This commit is contained in:
Nitin Mehta 2012-02-02 18:45:04 +05:30
parent 71cf16e880
commit cf8dcaa072
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
--;
ALTER TABLE `cloud`.`vm_template` MODIFY `extractable` int(1) unsigned NOT NULL default 0 COMMENT 'Is this template extractable';
ALTER TABLE `cloud`.`snapshots` ADD INDEX `i_snapshots__removed`(`removed`);
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.');
CREATE TABLE `cloud`.`mshost_peer` (