From 6b384b51a2086e0e91ec30e3a1d5db9c125d8656 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Wed, 6 Jan 2021 18:00:55 -0500 Subject: [PATCH] Removing unused types key from index. --- apps/notifications/models.py | 1 - 1 file changed, 1 deletion(-) 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, }