root/gapp/pangramming/index.yaml

Revision 7cdcb8409bf6c806d19d3c1816a27e8eb22cff9a, 0.7 kB (checked in by Antonio Cavedoni <antonio@…>, 8 months ago)

Adding Google App Engine version (testing toy)

  • Property mode set to 100644
Line 
1indexes:
2
3# AUTOGENERATED
4
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
7# index.yaml file manually, remove the above marker line (the line
8# saying "# AUTOGENERATED").  If you want to manage some indexes
9# manually, move them above the marker line.  The index.yaml file is
10# automatically uploaded to the admin console when you next deploy
11# your application using appcfg.py.
12
13# Used once in query history.
14- kind: Pangram
15  properties:
16  - name: created
17    direction: desc
18
19# Used 3 times in query history.
20- kind: Pangram
21  properties:
22  - name: id
23    direction: desc
Note: See TracBrowser for help on using the browser.