Comment 6 for bug 1749184

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

Reviewed: https://review.openstack.org/545981
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=4a40da15fe0e9688c363371fd998ef7c3ba321ee
Submitter: Zuul
Branch: stable/queens

commit 4a40da15fe0e9688c363371fd998ef7c3ba321ee
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 2beb7ac13ab640c6178a711fc39c75bd71b2bc2c)