mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-14 00:09:35 -06:00
Fix migration conflict
This commit is contained in:
@@ -6,7 +6,7 @@ from django.db import models
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("paperless_mail", "0001_initial"),
|
||||
("paperless_mail", "0002_optimize_integer_field_sizes"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user