mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 20:16:32 +01:00
apply some patches from @brookst
This commit is contained in:
parent
40e79a731f
commit
91cecd47af
10 changed files with 36 additions and 18 deletions
|
|
@ -12,7 +12,7 @@ def set_added_time_to_created_time(apps, schema_editor):
|
|||
doc.save()
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
atomic = False
|
||||
dependencies = [
|
||||
('documents', '0019_add_consumer_user'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue