mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
removed unused settings, migrations now match originals
This commit is contained in:
parent
d8e9cd1283
commit
6b0d5d4cc8
2 changed files with 1 additions and 6 deletions
|
|
@ -33,5 +33,5 @@ class Migration(migrations.Migration):
|
|||
help_text='Current filename in storage',
|
||||
max_length=256),
|
||||
),
|
||||
migrations.RunPython(set_filename, migrations.RunPython.noop)
|
||||
migrations.RunPython(set_filename)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue