WebKitTools/QueueStatusServer/index.yaml
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebKitTools/QueueStatusServer/index.yaml	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,36 @@
+indexes:
+
+# AUTOGENERATED
+
+# This index.yaml is automatically updated whenever the dev_appserver
+# detects that a new type of query is run.  If you want to manage the
+# index.yaml file manually, remove the above marker line (the line
+# saying "# AUTOGENERATED").  If you want to manage some indexes
+# manually, move them above the marker line.  The index.yaml file is
+# automatically uploaded to the admin console when you next deploy
+# your application using appcfg.py.
+
+- kind: QueueStatus
+  properties:
+  - name: active_patch_id
+  - name: date
+    direction: desc
+
+- kind: QueueStatus
+  properties:
+  - name: active_patch_id
+  - name: queue_name
+  - name: date
+    direction: desc
+
+- kind: QueueStatus
+  properties:
+  - name: queue_name
+  - name: date
+    direction: desc
+
+- kind: SVNRevision
+  properties:
+  - name: number
+  - name: date
+    direction: desc