Comment 8 for bug 1749184

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (stable/pike)

Reviewed: https://review.openstack.org/544040
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=2bdd5e8063d6e18fa2d35f448d6159fa0180c11f
Submitter: Zuul
Branch: stable/pike

commit 2bdd5e8063d6e18fa2d35f448d6159fa0180c11f
Author: Stefan Nica <email address hidden>
Date: Tue Feb 13 14:09:19 2018 +0100

    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
    (cherry picked from commit 4a40da15fe0e9688c363371fd998ef7c3ba321ee)