mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding story_date index back in to MStory.
This commit is contained in:
parent
44fcee1568
commit
5a6db9c1fb
1 changed files with 1 additions and 1 deletions
|
@ -772,7 +772,7 @@ class MStory(mongo.Document):
|
|||
|
||||
meta = {
|
||||
'collection': 'stories',
|
||||
'indexes': [('story_feed_id', '-story_date')],
|
||||
'indexes': ['story_date', ('story_feed_id', '-story_date')],
|
||||
'ordering': ['-story_date'],
|
||||
'allow_inheritance': False,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue