Closed tobiasmcnulty closed 2 years ago
Hi Tobias!
My guess is that the index is blissfully unaware that the materialized view got created in a different schema. Thanks for the report, I will take a look
Sorry, kind of forgot to actually merge and release it, the version on PyPI should fix this https://pypi.org/project/django-pgviews-redux/0.8.3/
When defining a materialized view like this:
I receive the following exception when running
migrate
:Removing the schema from
db_table
allowsmigrate
to complete successfully.