diff --git a/dashboard/app/index.yaml b/dashboard/app/index.yaml new file mode 100644 index 00000000..8a21baca --- /dev/null +++ b/dashboard/app/index.yaml @@ -0,0 +1,13 @@ +indexes: + +- kind: Commit + ancestor: yes + properties: + - name: Num + direction: desc + +- kind: Commit + ancestor: yes + properties: + - name: Time + direction: desc