mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-09 06:56:05 +01:00
Fix migration
This commit is contained in:
parent
0cafb79bf3
commit
fb2fe2f136
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from django.db import models
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("documents", "1070_customfieldinstance_value_long_text_and_more"),
|
||||
("documents", "1071_tag_tn_ancestors_count_tag_tn_ancestors_pks_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
Add table
Add a link
Reference in a new issue