2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

Migration fix (#5006)

- Ensure initial django_q migrations are applied
- Why on earth is this failing now?
This commit is contained in:
Oliver
2023-06-09 10:09:02 +10:00
committed by GitHub
parent f1031efa93
commit 280f6241dd

View File

@ -38,6 +38,7 @@ def delete_scheduled(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('django_q', '0007_ormq'),
('stock', '0070_auto_20211128_0151'),
]