mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Fix migrations
This commit is contained in:
parent
5881c70051
commit
6a1060f4d2
@ -6,7 +6,7 @@ from django.db import models
|
|||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("documents", "1063_paperlesstask_type_alter_paperlesstask_task_name_and_more"),
|
("documents", "1064_delete_log"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
x
Reference in New Issue
Block a user