Comment 2 for bug 1567863

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

Reviewed: https://review.openstack.org/304629
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=12636e2e1248ac3d6a2abf528d5e362499771c36
Submitter: Jenkins
Branch: master

commit 12636e2e1248ac3d6a2abf528d5e362499771c36
Author: Alexander Tivelkov <email address hidden>
Date: Tue Apr 12 16:48:53 2016 +0300

    Increased the size of TEXT columns to store large object models

    Object model is stored in database in the columns of type TEXT. In
    MySQL database this type of column is limited by default and cannot
    hold data structures which are large enough.

    This patch adds an extra migration which alters appropriate columns in
    database when the mysql is used. The column type is explicitly set to
    LONGTEXT.

    Change-Id: Ic04fb99469edc087cc12d4c78a983484ae49a6c1
    Closes-bug: #1567863