Skip to content

Commit

Permalink
fix(checkouts): drop support for contacts field
Browse files Browse the repository at this point in the history
Part of #1022
  • Loading branch information
murilx committed Mar 5, 2025
1 parent fdc8caa commit 98e646a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/kernelCI_app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class Checkouts(models.Model):
message_id = models.TextField(blank=True, null=True)
comment = models.TextField(blank=True, null=True)
start_time = models.DateTimeField(blank=True, null=True)
contacts = models.JSONField(blank=True, null=True)
log_url = models.TextField(blank=True, null=True)
log_excerpt = models.CharField(max_length=16384, blank=True, null=True)
valid = models.BooleanField(blank=True, null=True)
Expand Down

0 comments on commit 98e646a

Please sign in to comment.