mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8300: Set indexes on event table
This commit is contained in:
parent
e5f0788ed1
commit
14c837ab83
|
|
@ -18,3 +18,6 @@
|
|||
--;
|
||||
-- Schema upgrade from 4.8.1 to 4.9.0;
|
||||
--;
|
||||
|
||||
ALTER TABLE `event` ADD INDEX `archived` (`archived`);
|
||||
ALTER TABLE `event` ADD INDEX `state` (`state`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue