Comment 4 for bug 1443252

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

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

commit 7b25a9d6471a1a2d2d6441f7385d6d2bd00537ea
Author: Ethan Lynn <email address hidden>
Date: Mon Apr 13 18:43:53 2015 +0800

    Fix sqlalchemy migration script 061 for DB2 backend

    DB2 doesn't support alter column type from string to text,
    need to add a new column and copy data from old column, and
    later remove the old column.

    Closes-Bug: #1443252
    Change-Id: I7b3edf6bf7ea0efaf96398a83dad9ebe61caaa23