Missing migrations
rwielk opened this issue · 1 comments
rwielk commented
Describe the bug
There are missing migrations
To Reproduce
Steps to reproduce the behavior:
- Checkout project
- poetry install
- Goto testproject
- Run
poetry run manage.py makemigrations
- Missing migrations get produced
Expected behavior
No migrations are getting produced
Additional context
Will append PR
Let me know if I shall change e.g. when and how makemigration check will get called, make an extra stage, just call it in one tests or whatever.
Thanks for sharing django-tasks-scheduler.
Kind regards
Raiko