mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Migration fix (#5006)
- Ensure initial django_q migrations are applied - Why on earth is this failing now?
This commit is contained in:
parent
f1031efa93
commit
280f6241dd
@ -38,6 +38,7 @@ def delete_scheduled(apps, schema_editor):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
('django_q', '0007_ormq'),
|
||||||
('stock', '0070_auto_20211128_0151'),
|
('stock', '0070_auto_20211128_0151'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user