Skip to content

Commit 4875ad4

Browse files
authored
Add a composite index for flutter repo and creation date on Checklist. (#1153)
1 parent fa943a9 commit 4875ad4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app_dart/index.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ indexes:
1313
- name: Branch
1414
- name: CreateTimestamp
1515
direction: desc
16+
- kind: Checklist
17+
properties:
18+
- name: FlutterRepositoryPath
19+
- name: Branch
20+
- name: CreateTimestamp
21+
direction: desc
1622
- kind: Task
1723
ancestor: yes
1824
properties:

0 commit comments

Comments
 (0)