diff --git a/evidence/models.py b/evidence/models.py index 14baa2a..c9c38ec 100644 --- a/evidence/models.py +++ b/evidence/models.py @@ -46,12 +46,6 @@ class UserProperty(Property): type = models.SmallIntegerField(choices=Type, default=Type.USER) - class Meta: - constraints = [ - models.UniqueConstraint( - fields=["key", "uuid", "type"], name="user_unique_type_key_uuid") - ] - class Evidence: def __init__(self, uuid):