odoo/upgrade-util#310

Created by Upgrade, Alvaro Fuentes Suarez (afu)
Merged at 3157e98b2a4dcfb0c2748818bd6625b8eb3edd69

Statuses:

label
odoo-dev:master-fix_drop_indexes-afu
head
34c3c1f7a8e1f56b7f414ea68183e59d4cc9ffd1
merged
3 months ago by Upgrade, Christophe Simonis (chs)
odoo/upgrade-util
master #310

[FIX] util/pg: drop indexes when removing constraints

If a constraint with the same name was found. Attempt as well to drop
any existing index with the same name. Otherwise we may leave behind
constraints implemented as unique indexes.

See odoo/upgrade#8318