mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Patched sorting
This commit is contained in:
parent
52f242574f
commit
550184cbae
@ -23,4 +23,8 @@ class Migration(migrations.Migration):
|
||||
('component', models.PositiveIntegerField(choices=[(1, 'Consumer'), (2, 'Mail Fetcher')])),
|
||||
],
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='log',
|
||||
options={'ordering': ('-time',)},
|
||||
),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user