after audit
This commit is contained in:
parent
e8e20637e6
commit
a5165dc3ba
80 changed files with 8489 additions and 7302 deletions
|
|
@ -4,6 +4,7 @@ from datetime import UTC, datetime
|
|||
|
||||
from app.db.models import PublicationPdfJob, PublicationPdfJobEvent
|
||||
|
||||
PDF_STATUS_UNTRACKED = "untracked"
|
||||
PDF_STATUS_QUEUED = "queued"
|
||||
PDF_STATUS_RUNNING = "running"
|
||||
PDF_STATUS_RESOLVED = "resolved"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue