Skip to content

Commit

Permalink
Fix duplicated "team" field
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Marchant committed Aug 10, 2021
1 parent 85717ca commit e3076a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hexa/plugins/connector_s3/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def display_name(self):

class BucketPermission(Permission):
bucket = models.ForeignKey("Bucket", on_delete=models.CASCADE)
team = models.ForeignKey("user_management.Team", on_delete=models.CASCADE)

class Meta:
unique_together = [("bucket", "team")]
Expand Down

0 comments on commit e3076a7

Please sign in to comment.