mirror of https://github.com/apache/cloudstack.git
Bug 13423: Upgrade 2213 to 2214 add the snapshot index since it was introduced for 2214.
Reviewed-By: Kishan
This commit is contained in:
parent
71cf16e880
commit
cf8dcaa072
|
|
@ -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` (
|
||||
|
|
|
|||
Loading…
Reference in New Issue