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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'),
]