mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Removing unused types key from index.
This commit is contained in:
parent
28cb9702dd
commit
6b384b51a2
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ class MUserNotificationTokens(mongo.Document):
|
||||||
'collection': 'notification_tokens',
|
'collection': 'notification_tokens',
|
||||||
'indexes': [{'fields': ['user_id'],
|
'indexes': [{'fields': ['user_id'],
|
||||||
'unique': True,
|
'unique': True,
|
||||||
'types': False,
|
|
||||||
}],
|
}],
|
||||||
'allow_inheritance': False,
|
'allow_inheritance': False,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue