mattiaslinnap / django-partial-index

PostgreSQL and SQLite partial index support for Django
BSD 3-Clause "New" or "Revised" License
116 stars 12 forks source link

"unique" and "where" parameters are not used for index equality comparison and name generation. #2

Closed mattiaslinnap closed 7 years ago

mattiaslinnap commented 7 years ago

This can cause issues when you add multiple indexes with the same fields list.