Open allinws opened 2 years ago
This is weird. This migration is actually included in the library:
https://github.com/Koed00/django-q/blob/master/django_q/migrations/0010_auto_20200610_0856.py
There are even migrations after that, are you sure you are using the latest version?
I couldn't reproduce this issue.
/usr/local/lib/python3.10/site-packages/django_q/migrations/0010_auto_20220906_1144.py
`class Migration(migrations.Migration):
Shouldn't the migration already be included in the package so it'll be run when I run migrate?