Index: appengine/cmd/dm/frontend/index.yaml |
diff --git a/appengine/cmd/dm/frontend/index.yaml b/appengine/cmd/dm/frontend/index.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ccb732f7ed0ac428ebdca53cbf562fdf441834a0 |
--- /dev/null |
+++ b/appengine/cmd/dm/frontend/index.yaml |
@@ -0,0 +1,19 @@ |
+# Copyright 2016 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+indexes: |
+ |
+# This index supports the tumble installation. |
+- kind: tumble.Mutation |
+ properties: |
+ - name: ExpandedShard |
+ - name: TargetRoot |
+ |
+# This index supports the tumble delayed mutations. |
+- kind: tumble.Mutation |
+ properties: |
+ - name: TargetRoot |
+ - name: ProcessAfter |
+ |
+# AUTOGENERATED |