fix dao_get_jobs_by_service_id

statuses now defaults to correct val
This commit is contained in:
Leo Hemsted
2016-09-23 17:05:42 +01:00
parent fb6cb5f236
commit d3c0c48401
2 changed files with 3 additions and 2 deletions

View File

@@ -313,6 +313,7 @@ JOB_STATUS_TYPES = [
JOB_STATUS_CANCELLED
]
class JobStatus(db.Model):
__tablename__ = 'job_status'