Skip to content

Commit 14c837a

Browse files
committed
CLOUDSTACK-8300: Set indexes on event table
1 parent e5f0788 commit 14c837a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup/db/db/schema-481to490.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
--;
1919
-- Schema upgrade from 4.8.1 to 4.9.0;
2020
--;
21+
22+
ALTER TABLE `event` ADD INDEX `archived` (`archived`);
23+
ALTER TABLE `event` ADD INDEX `state` (`state`);

0 commit comments

Comments
 (0)