Added deleting finished/not started jobs. Modified code to work with new ATEapi docker

This commit is contained in:
Kikimanox
2022-10-24 16:54:58 +02:00
parent 5947cc1b00
commit e95d534e78
6 changed files with 79 additions and 28 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class Job(BaseModel):
input_file = TextField(index=True, null=True)
# db.drop_tables([Job]) If pushing this uncommented, comment it and push again
# db.drop_tables([Job]) # If pushing this uncommented, comment it and push again
db.create_tables([Job])