Comment 6 for bug 1566306

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/murano (9.0/mitaka)

Reviewed: https://review.fuel-infra.org/19691
Submitter: Pkgs Jenkins <email address hidden>
Branch: 9.0/mitaka

Commit: b15adb14c4fc32233b572fb979f97ef5ff18f897
Author: Alexander Tivelkov <email address hidden>
Date: Fri Apr 15 12:04:40 2016

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: #1566306