Comment 4 for bug 1749184

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

Reviewed: https://review.openstack.org/543927
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=2beb7ac13ab640c6178a711fc39c75bd71b2bc2c
Submitter: Zuul
Branch: master

commit 2beb7ac13ab640c6178a711fc39c75bd71b2bc2c
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