mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-22 06:26:56 +01:00
allow PaperlessTask.started null
This commit is contained in:
parent
1120e823ed
commit
7ae8b46ea7
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ class Migration(migrations.Migration):
|
|||
),
|
||||
(
|
||||
"started",
|
||||
models.DateTimeField(verbose_name="started"),
|
||||
models.DateTimeField(null=True, verbose_name="started"),
|
||||
),
|
||||
("acknowledged", models.BooleanField(default=False)),
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue