app/index.yaml
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 07 Mar 2009 15:07:49 +0000
changeset 1710 9003103d01a1
parent 1684 83010029e2fb
child 1715 3ec1a9518452
permissions -rw-r--r--
Added Logic for the Review Model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

indexes:

- kind: StudentProposal
  properties:
  - name: org
  - name: status
  - name: score
    direction: desc

# 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.