File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2015-08-03 Alexey Proskuryakov <
[email protected] >
2
+
3
+ AppScale: Add required indices
4
+ https://bugs.webkit.org/show_bug.cgi?id=147593
5
+
6
+ Reviewed by Tim Horton.
7
+
8
+ * QueueStatusServer/index.yaml:
9
+
1
10
2015-08-03 Filip Pizlo <
[email protected] >
2
11
3
12
Check in LLVM 3.6.2 binary drops for El Capitan
Original file line number Diff line number Diff line change 1
1
indexes :
2
2
3
- # AUTOGENERATED
4
-
5
3
# This index.yaml is automatically updated whenever the dev_appserver
6
4
# detects that a new type of query is run. If you want to manage the
7
5
# index.yaml file manually, remove the above marker line (the line
@@ -42,6 +40,13 @@ indexes:
42
40
- name : date
43
41
direction : desc
44
42
43
+ - kind : QueueStatus
44
+ properties :
45
+ - name : bot_id
46
+ - name : message
47
+ - name : queue_name
48
+ - name : date
49
+
45
50
- kind : QueueStatus
46
51
properties :
47
52
- name : bot_id
@@ -73,6 +78,11 @@ indexes:
73
78
- name : date
74
79
direction : desc
75
80
81
+ - kind : QueueStatus
82
+ properties :
83
+ - name : queue_name
84
+ - name : bot_id
85
+
76
86
- kind : SVNRevision
77
87
properties :
78
88
- name : number
You can’t perform that action at this time.
0 commit comments