• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂8e7a737d9308f61f975569f06dcfcc8b97ae05bc (tree)
時間2011-07-27 21:46:54
作者Tim Van Steenburgh <tvansteenburgh@geek...>
CommiterTim Van Steenburgh

Log Message

[#2473] Added index on Project.parent_id

Signed-off-by: Tim Van Steenburgh <tvansteenburgh@geek.net>

Change Summary

差異

--- a/Allura/allura/model/project.py
+++ b/Allura/allura/model/project.py
@@ -89,7 +89,8 @@ class Project(MappedClass):
8989 'name',
9090 'neighborhood_id',
9191 ('neighborhood_id', 'name'),
92- 'shortname' ]
92+ 'shortname',
93+ 'parent_id']
9394
9495 # Project schema
9596 _id=FieldProperty(S.ObjectId)