allura
修訂 | 8e7a737d9308f61f975569f06dcfcc8b97ae05bc (tree) |
---|---|
時間 | 2011-07-27 21:46:54 |
作者 | Tim Van Steenburgh <tvansteenburgh@geek...> |
Commiter | Tim Van Steenburgh |
[#2473] Added index on Project.parent_id
Signed-off-by: Tim Van Steenburgh <tvansteenburgh@geek.net>
@@ -89,7 +89,8 @@ class Project(MappedClass): | ||
89 | 89 | 'name', |
90 | 90 | 'neighborhood_id', |
91 | 91 | ('neighborhood_id', 'name'), |
92 | - 'shortname' ] | |
92 | + 'shortname', | |
93 | + 'parent_id'] | |
93 | 94 | |
94 | 95 | # Project schema |
95 | 96 | _id=FieldProperty(S.ObjectId) |