Comment 2 for bug 1619696

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

Reviewed: https://review.openstack.org/365014
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9127f074f5a5f99eae09aba45a713041a55d91ae
Submitter: Jenkins
Branch: master

commit 9127f074f5a5f99eae09aba45a713041a55d91ae
Author: Jakub Libosvar <email address hidden>
Date: Fri Sep 2 16:39:17 2016 +0200

    db migration: Alter column before setting a FK on column

    MySQL doesn't like foreign key columns to be modified,
    this adjusts the script to add all constraints and make
    modifications before setting up the foreign key relationship.

    Change-Id: I494758120c8a87fe584c781b928f8b9d3bac5291
    Closes-bug: 1619696