Comment 15 for bug 1326364

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

Reviewed: https://review.openstack.org/98120
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=332f562e5503099324364dbd2e68da77fd35624f
Submitter: Jenkins
Branch: master

commit 332f562e5503099324364dbd2e68da77fd35624f
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Jun 5 11:50:26 2014 +0100

    Add unique constraint to instance_uuid

    Add a unique constraint to the instance_uuid column of the nodes table
    and a migration script. The old node_instance_uuid index was dropped in
    favor of the new unique index.

    Partial-Bug: #1326364
    Change-Id: I005d3b3f252b18c506bab3297b1a5e3c7e7534d2