mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix conflicting migrations from dev
This commit is contained in:
parent
44f860d9b0
commit
5fc7c15039
@ -1,4 +1,4 @@
|
||||
# Generated by Django 4.1.3 on 2022-12-06 04:48
|
||||
# Generated by Django 4.1.4 on 2022-01-24 04:48
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
@ -9,7 +9,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
("documents", "1028_remove_paperlesstask_task_args_and_more"),
|
||||
("documents", "1029_alter_document_archive_serial_number"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
x
Reference in New Issue
Block a user