Comment 3 for bug 1294568

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/81488
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5d6cb0c62e0245735a9d511d2f871776055ff224
Submitter: Jenkins
Branch: master

commit 5d6cb0c62e0245735a9d511d2f871776055ff224
Author: jun xie <email address hidden>
Date: Wed Mar 19 18:01:52 2014 +0800

    Use different name for the same constraint

    In DB2, a constraint-name must not identify a constraint
    that was already specified within the same CREATE TABLE
    statement. The current CREATE TABLE statement uses the same
    constraint name 'ipv6_modes' for both ipv6_ra_mode and
    ipv6_address_mode column. This change tries to use different
    names.

    Change-Id: Id4d82fb7e0e570a843e28856e531e25578a4351a
    Closes-Bug: #1294568