Chromium Code Reviews| Index: appengine/findit/index.yaml |
| diff --git a/appengine/findit/index.yaml b/appengine/findit/index.yaml |
| index ed785bbebfb00bf393e1238418331b01acb4470e..b88c51a09d39054a8094dc39483a7158ad99615c 100644 |
| --- a/appengine/findit/index.yaml |
| +++ b/appengine/findit/index.yaml |
| @@ -17,11 +17,20 @@ indexes: |
| - kind: WfSuspectedCL |
| properties: |
| + - name: approaches |
| + direction: asc |
| + - name: failure_type |
| + direction: asc |
| - name: status |
| direction: asc |
| + - name: updated_time |
| + direction: desc |
| + |
| +- kind: WfSuspectedCL |
| + properties: |
| - name: approaches |
| direction: asc |
| - - name: failure_type |
| + - name: status |
| direction: asc |
| - name: updated_time |
| direction: desc |