Skip to content

Commit

Permalink
attempt to rebuild image
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 2, 2023
1 parent a755237 commit b3c0a8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/src/backend/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,5 +531,4 @@ class TaskExecution(models.Model):
stderr = models.TextField(null=True)
status = models.CharField(max_length=16, choices=TASK_EXECUTION_STATUSES, default=RUN_STATUS_PENDING)
task = models.ForeignKey("backend.Task", related_name="task_executions", on_delete=models.CASCADE)
uuid = models.UUIDField(primary_key=True)

uuid = models.UUIDField(primary_key=True)

0 comments on commit b3c0a8d

Please sign in to comment.