Skip to content

Commit 2984581

Browse files
author
Gabriel Monroy
committed
fix(schema): remove uniqueness constraint on containers
1 parent c8efffd commit 2984581

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

controller/api/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def __str__(self):
242242
class Meta:
243243
get_latest_by = '-created'
244244
ordering = ['created']
245-
unique_together = (('type', 'num'),)
246245

247246
def _get_job_id(self):
248247
app = self.app.id

0 commit comments

Comments
 (0)