summaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/datastore-indexes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/WEB-INF/datastore-indexes.xml')
-rw-r--r--src/main/webapp/WEB-INF/datastore-indexes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/datastore-indexes.xml b/src/main/webapp/WEB-INF/datastore-indexes.xml
index 1b96cff..244ad38 100644
--- a/src/main/webapp/WEB-INF/datastore-indexes.xml
+++ b/src/main/webapp/WEB-INF/datastore-indexes.xml
@@ -101,6 +101,12 @@
<property name="buildFlavor" direction="asc"/>
</datastore-index>
+ <datastore-index kind="TestSuiteFileEntity" ancestor="false" source="manual">
+ <property name="day" direction="asc"/>
+ <property name="month" direction="asc"/>
+ <property name="year" direction="asc"/>
+ </datastore-index>
+
<datastore-index kind="TestSuiteResultEntity" ancestor="false" source="manual">
<property name="suitePlan" direction="asc"/>
<property name="branch" direction="asc"/>