mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 03:00:54 +00:00
Merge pull request #1271 from SchrodingersGat/migration-unit-test
Migration unit test
This commit is contained in:
@ -13,6 +13,8 @@ def update_tree(apps, schema_editor):
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
('stock', '0011_auto_20190908_0404'),
|
||||
]
|
||||
|
@ -12,6 +12,8 @@ def update_stock_item_tree(apps, schema_editor):
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
('stock', '0021_auto_20200215_2232'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user