diff --git a/reviewboard/hostingsvcs/models.py b/reviewboard/hostingsvcs/models.py
index f99166b6c889ef244fd1faf07d7a984958d9fc4e..88bdc49b019c0db8394c11a1e288483dd9e95bb3 100644
--- a/reviewboard/hostingsvcs/models.py
+++ b/reviewboard/hostingsvcs/models.py
@@ -62,7 +62,3 @@ class HostingServiceAccount(models.Model):
         """
         return (user.has_perm('hostingsvcs.change_hostingserviceaccount') or
                 (self.local_site and self.local_site.is_mutable_by(user)))
-
-    class Meta:
-        unique_together = ('service_name', 'hosting_url',
-                           'username', 'local_site')
