mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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…
Reference in New Issue
Block a user