mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Revert "Removing unused types key from index."
This reverts commit 6b384b51a2
.
This commit is contained in:
parent
b3944cab07
commit
bbd6b9d474
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class MUserNotificationTokens(mongo.Document):
|
|||
'collection': 'notification_tokens',
|
||||
'indexes': [{'fields': ['user_id'],
|
||||
'unique': True,
|
||||
'types': False,
|
||||
}],
|
||||
'allow_inheritance': False,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue