diff --git a/apps/notifications/models.py b/apps/notifications/models.py index ac0690ec0..91ae0081f 100644 --- a/apps/notifications/models.py +++ b/apps/notifications/models.py @@ -38,7 +38,6 @@ class MUserNotificationTokens(mongo.Document): 'collection': 'notification_tokens', 'indexes': [{'fields': ['user_id'], 'unique': True, - 'types': False, }], 'allow_inheritance': False, }