Skip to content

Commit

Permalink
Remove old column definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Dec 2, 2024
1 parent 64780ca commit b299c0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jwql/website/apps/jwql/monitor_models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ class Monitor(models.Model):
start_time = models.DateTimeField()
end_time = models.DateTimeField(blank=True, null=True)
status = models.EnumField(StatusEnum)
#status = models.TextField(blank=True, null=True) # This field type is a guess.
log_file = models.CharField()

class Meta:
Expand Down

0 comments on commit b299c0f

Please sign in to comment.