-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makemigrations fail after setting OPENINGHOURS_PREMISES_MODEL #25
Comments
I have this issue as well. The error shown is; django.db.utils.ProgrammingError: relation "openinghours_company" does not exist when running python manage.py migrate openinghours |
My migrations fail like this:
I introduced the OPENINGHOURS_PREMISES_MODEL and back then the migrations worked I think, grumble, grumble. @imposeren I see swappable is undocumented now for just over 7 years https://code.djangoproject.com/ticket/19103 |
The text was updated successfully, but these errors were encountered: