mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 12:37:08 +01:00
Merge pull request #2494 from paperless-ngx/fix-2491
Fix: fix downgrade migration
This commit is contained in:
commit
a0c1c48dca
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue