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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user