mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-08 07:43:41 -05:00
Fix: resolve migration warning in 2.19.2 (#11157)
This commit is contained in:
parent
1d8fadcb3c
commit
a11a2ec13f
@ -35,15 +35,13 @@ class Migration(migrations.Migration):
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="WorkflowAction",
|
||||
model_name="workflowaction",
|
||||
name="assign_title",
|
||||
field=models.TextField(
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text=(
|
||||
"Assign a document title, can be a JINJA2 template, "
|
||||
"see documentation.",
|
||||
),
|
||||
help_text="Assign a document title, must be a Jinja2 template, see documentation.",
|
||||
null=True,
|
||||
verbose_name="assign title",
|
||||
),
|
||||
),
|
||||
migrations.RunPython(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user