diff --git a/InvenTree/order/migrations/0064_alter_purchaseorder_supplier.py b/InvenTree/order/migrations/0066_alter_purchaseorder_supplier.py similarity index 90% rename from InvenTree/order/migrations/0064_alter_purchaseorder_supplier.py rename to InvenTree/order/migrations/0066_alter_purchaseorder_supplier.py index 6d4a722668..d37aedaeda 100644 --- a/InvenTree/order/migrations/0064_alter_purchaseorder_supplier.py +++ b/InvenTree/order/migrations/0066_alter_purchaseorder_supplier.py @@ -8,7 +8,7 @@ class Migration(migrations.Migration): dependencies = [ ('company', '0042_supplierpricebreak_updated'), - ('order', '0063_alter_purchaseorderlineitem_unique_together'), + ('order', '0065_alter_purchaseorderlineitem_part'), ] operations = [