Comment 2 for bug 1415237

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

Reviewed: https://review.openstack.org/159741
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=eb8c81f8db5b34c7574ed0faa549f608d159bd32
Submitter: Jenkins
Branch: master

commit eb8c81f8db5b34c7574ed0faa549f608d159bd32
Author: Angus Salkeld <email address hidden>
Date: Tue Mar 10 13:08:05 2015 +1000

    Create an integer id for the resource table

    Move the old uuid "id" to a new column "uuid". The migration
    script is largely copied from the event_uuid_to_id script.

    This is needed for https://review.openstack.org/#/c/156693/

    Change-Id: Idf7adc9d01425592ec174c373b1b03626c3a0a1d
    Closes-bug: #1415237