2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Test migrations for build app

This commit is contained in:
Oliver Walters
2021-02-04 00:44:37 +11:00
parent 29bb735dc4
commit e417ff2b4d
3 changed files with 124 additions and 2 deletions

View File

@ -9,7 +9,7 @@ def add_default_reference(apps, schema_editor):
Best we can do is use the PK of the build order itself.
"""
Build = apps.get_model('build', 'Build')
Build = apps.get_model('build', 'build')
count = 0