mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 11:07:00 +01:00
Update 1021_paperlesstask.py
This commit is contained in:
parent
0e34923114
commit
00a5c13001
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ def init_paperless_tasks(apps, schema_editor):
|
|||
task_id=task.id,
|
||||
name=task.name,
|
||||
created=task.started,
|
||||
acknowledged=False,
|
||||
acknowledged=True,
|
||||
)
|
||||
task.paperlesstask = paperlesstask
|
||||
task.save()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue