| OLD | NEW |
| 1 indexes: | 1 indexes: |
| 2 | 2 |
| 3 # NOT ACTUALLY AUTOGENERATED | 3 # NOT ACTUALLY AUTOGENERATED |
| 4 | 4 |
| 5 # This index.yaml is automatically updated whenever the dev_appserver | 5 # This index.yaml is automatically updated whenever the dev_appserver |
| 6 # detects that a new type of query is run. If you want to manage the | 6 # detects that a new type of query is run. If you want to manage the |
| 7 # index.yaml file manually, remove the above marker line (the line | 7 # index.yaml file manually, remove the above marker line (the line |
| 8 # saying "# AUTOGENERATED"). If you want to manage some indexes | 8 # saying "# AUTOGENERATED"). If you want to manage some indexes |
| 9 # manually, move them above the marker line. The index.yaml file is | 9 # manually, move them above the marker line. The index.yaml file is |
| 10 # automatically uploaded to the admin console when you next deploy | 10 # automatically uploaded to the admin console when you next deploy |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 properties: | 225 properties: |
| 226 - name: timestamp | 226 - name: timestamp |
| 227 direction: desc | 227 direction: desc |
| 228 | 228 |
| 229 - kind: Revision | 229 - kind: Revision |
| 230 properties: | 230 properties: |
| 231 - name: git_hash_set | 231 - name: git_hash_set |
| 232 - name: status | 232 - name: status |
| 233 - name: revision | 233 - name: revision |
| 234 direction: desc | 234 direction: desc |
| OLD | NEW |