diff options
Diffstat (limited to 'Tools/QueueStatusServer/index.yaml')
-rw-r--r-- | Tools/QueueStatusServer/index.yaml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Tools/QueueStatusServer/index.yaml b/Tools/QueueStatusServer/index.yaml new file mode 100644 index 0000000..6c9a3b2 --- /dev/null +++ b/Tools/QueueStatusServer/index.yaml @@ -0,0 +1,41 @@ +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 + +- kind: QueueStatus + properties: + - name: queue_name + - name: date + direction: desc + +- kind: SVNRevision + properties: + - name: number + - name: date + direction: desc |