Switch to side-by-side view
--- a/Allura/allura/model/discuss.py +++ b/Allura/allura/model/discuss.py @@ -302,6 +302,7 @@ class __mongometa__: name='post' history_class = PostHistory + indexes = [ 'discussion_id', 'thread_id' ] type_s = 'Post' thread_id = ForeignIdProperty(Thread)