mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-16 18:35:52 +01:00
Update migration dependency and rename migration file
This commit is contained in:
parent
e84b425829
commit
397a3e5cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from django.db import models
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("documents", "1073_migrate_workflow_title_jinja"),
|
||||
("documents", "1074_workflowrun_deleted_at_workflowrun_restored_at_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
Add table
Add a link
Reference in a new issue