Skip to content

Commit

Permalink
Fix for migration - updating from old version (#5372) (#5373)
Browse files Browse the repository at this point in the history
(cherry picked from commit 90383cc)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
  • Loading branch information
github-actions[bot] and SchrodingersGat committed Jul 31, 2023
1 parent 385e7cb commit 1f3a49b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions InvenTree/stock/migrations/0094_auto_20230220_0025.py
Expand Up @@ -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'),
]

Expand Down

0 comments on commit 1f3a49b

Please sign in to comment.