Changeset 21313

Show
Ignore:
Timestamp:
10/14/08 16:55:07 (5 years ago)
Author:
nishio
Message:

/lang/python/saichugen/ bugfix: high score's order & need index

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/python/saichugen/gae/index.yaml

    r21311 r21313  
    1818    direction: desc 
    1919 
    20 # Used 28 times in query history. 
     20# Used 36 times in query history. 
    2121- kind: Game 
    2222  properties: 
     
    3030  - name: started 
    3131    direction: desc 
     32 
     33# Used once in query history. 
     34- kind: Player 
     35  properties: 
     36  - name: score 
     37    direction: desc 
     38