This repository was archived by the owner on Feb 16, 2023. It is now read-only.
-
Since I updated from 1.4.1 to 1.4.4, every 30 seconds Could this be a dependency issue? If so, any idea which one it could be? (I have the current django-q 1.3.6) |
Beta Was this translation helpful? Give feedback.
Answered by
TheFehr
May 22, 2021
Replies: 1 comment 9 replies
-
Missing tables normally suggests the database migrations not having worked properly. How do you have it installed? If with docker-compose, try this command: |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
amo13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Missing tables normally suggests the database migrations not having worked properly. How do you have it installed?
If with docker-compose, try this command:
docker-compose exec webserver python3 manage.py showmigrations
This should give you a list of all migrationsland show if they were successfully run.