mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 13:02:22 +01:00
Remove executed field from QueueCommand
This commit is contained in:
@ -157,9 +157,9 @@ class QueueCommand(models.Model):
|
||||
queue = models.ForeignKey(
|
||||
Queue,
|
||||
on_delete=models.CASCADE,
|
||||
db_index=True,
|
||||
)
|
||||
command = models.TextField()
|
||||
executed = models.BooleanField(default=False)
|
||||
|
||||
def __str__(self):
|
||||
return self.command
|
||||
|
||||
Reference in New Issue
Block a user