mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
remove atomic=False where it is obviously not needed)
This commit is contained in:
parent
0b9c4f9963
commit
efc57852d1
@ -32,7 +32,6 @@ def realign_senders(apps, schema_editor):
|
|||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
atomic = False
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('documents', '0002_auto_20151226_1316'),
|
('documents', '0002_auto_20151226_1316'),
|
||||||
]
|
]
|
||||||
|
@ -112,7 +112,6 @@ def move_documents_and_create_thumbnails(apps, schema_editor):
|
|||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
atomic = False
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('documents', '0011_auto_20160303_1929'),
|
('documents', '0011_auto_20160303_1929'),
|
||||||
]
|
]
|
||||||
|
@ -128,7 +128,6 @@ def do_nothing(apps, schema_editor):
|
|||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
atomic = False
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('documents', '0013_auto_20160325_2111'),
|
('documents', '0013_auto_20160325_2111'),
|
||||||
]
|
]
|
||||||
|
@ -15,7 +15,6 @@ def reverse_func(apps, schema_editor):
|
|||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
atomic = False
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('documents', '0018_auto_20170715_1712'),
|
('documents', '0018_auto_20170715_1712'),
|
||||||
]
|
]
|
||||||
|
@ -12,7 +12,6 @@ def set_added_time_to_created_time(apps, schema_editor):
|
|||||||
doc.save()
|
doc.save()
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
atomic = False
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('documents', '0019_add_consumer_user'),
|
('documents', '0019_add_consumer_user'),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user