You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres supports unique indexes on materialized views. It would be fantastic if django-db-views migrations would create indexes for unique=True and unique_together like standard Django models.
The text was updated successfully, but these errors were encountered:
Hello,
Yes, I know about it and I have plan to support it.
I also think of more complicated indexes, my idea is to support all what you can provide to indexes: https://docs.djangoproject.com/en/5.0/ref/models/indexes/
for materialized views.
Postgres supports unique indexes on materialized views. It would be fantastic if
django-db-views
migrations would create indexes forunique=True
andunique_together
like standard Django models.The text was updated successfully, but these errors were encountered: