Merge pull request #2494 from paperless-ngx/fix-2491

Fix: fix downgrade migration
This commit is contained in:
shamoon 2023-01-24 10:12:54 -08:00 committed by GitHub
commit a0c1c48dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ class Migration(migrations.Migration):
),
),
("task_id", models.CharField(max_length=128)),
("name", models.CharField(max_length=256)),
("name", models.CharField(max_length=256, null=True)),
(
"created",
models.DateTimeField(auto_now=True, verbose_name="created"),