manila/releasenotes/notes/bug-1749184-eb06929e76a14fce.yaml
Stefan Nica 2beb7ac13a Fix db migration for mariadb >= 10.2.8
Starting with mariadb 10.2.8, removing a column
that is part of a primary key requires that the
primary key constraint be dropped and recreated.

Change-Id: I43e4dae325dd6561a9fe0fd4ce595cea4c2ef7a6
Closes-Bug: #1749184
2018-02-14 10:57:14 +01:00

6 lines
211 B
YAML

---
fixes:
- The database migration has been adjusted to work with mariadb >= 10.2.8
by ensuring that a primary key constraint is first dropped and re-added
when a column is removed that is part of it