diff --git a/InvenTree/stock/migrations/0071_auto_20211205_1733.py b/InvenTree/stock/migrations/0071_auto_20211205_1733.py index 6b0e83bfb1..31cc5f1cc1 100644 --- a/InvenTree/stock/migrations/0071_auto_20211205_1733.py +++ b/InvenTree/stock/migrations/0071_auto_20211205_1733.py @@ -38,6 +38,7 @@ def delete_scheduled(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ + ('django_q', '0007_ormq'), ('stock', '0070_auto_20211128_0151'), ]