app/index.yaml
changeset 1684 83010029e2fb
parent 1676 a3c33bef2ea8
child 1715 3ec1a9518452
equal deleted inserted replaced
1683:866667e9343d 1684:83010029e2fb
     1 indexes:
     1 indexes:
       
     2 
       
     3 - kind: StudentProposal
       
     4   properties:
       
     5   - name: org
       
     6   - name: status
       
     7   - name: score
       
     8     direction: desc
     2 
     9 
     3 # AUTOGENERATED
    10 # AUTOGENERATED
     4 
    11 
     5 # This index.yaml is automatically updated whenever the dev_appserver
    12 # 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
    13 # 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
    14 # index.yaml file manually, remove the above marker line (the line
     8 # saying "# AUTOGENERATED").  If you want to manage some indexes
    15 # saying "# AUTOGENERATED").  If you want to manage some indexes
     9 # manually, move them above the marker line.  The index.yaml file is
    16 # manually, move them above the marker line.  The index.yaml file is
    10 # automatically uploaded to the admin console when you next deploy
    17 # automatically uploaded to the admin console when you next deploy
    11 # your application using appcfg.py.
    18 # your application using appcfg.py.
    12 
       
    13 # Used once in query history.
       
    14 - kind: StudentProposal
       
    15   properties:
       
    16   - name: org
       
    17   - name: status
       
    18   - name: score
       
    19     direction: desc