Update 1021_paperlesstask.py

This commit is contained in:
Michael Shamoon 2022-05-26 21:58:02 -07:00
parent 0e34923114
commit 00a5c13001

View File

@ -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()