Fix for migration - updating from old version (#5372) (#5373)

(cherry picked from commit 90383ccb53)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2023-07-31 12:43:20 +10:00 committed by GitHub
parent 385e7cb478
commit 1f3a49b1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ def fix_purchase_price(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('company', '0047_supplierpart_pack_size'),
('stock', '0093_auto_20230217_2140'),
]