mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 04:26:35 +01:00
remove atomic=False where it is obviously not needed)
This commit is contained in:
parent
0b9c4f9963
commit
efc57852d1
5 changed files with 0 additions and 5 deletions
|
|
@ -12,7 +12,6 @@ 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