2beb7ac13a
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
6 lines
211 B
YAML
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
|