mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-22 06:26:56 +01:00
fix conflicting migrations
This commit is contained in:
parent
92dd70098c
commit
2db0854eef
3 changed files with 3 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
("django_q", "0014_schedule_cluster"),
|
||||
("documents", "1020_merge_20220518_1839"),
|
||||
("documents", "1021_webp_thumbnail_conversion"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
Add table
Add a link
Reference in a new issue