deb-murano/murano/db
Alexander Tivelkov 12636e2e12 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
2016-04-12 16:52:09 +03:00
..
catalog Update _get_tags function to prevent race condition 2016-02-01 14:55:35 +03:00
migration Increased the size of TEXT columns to store large object models 2016-04-12 16:52:09 +03:00
services Modified the wrong note 2016-03-14 17:05:06 +08:00
sqla Drop use of 'oslo' namespace package 2015-04-28 20:21:22 +00:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
api.py Fix DB migration script 2014-07-12 13:16:04 +00:00
models.py Use uppercase 'S' in OpenStack 2016-02-04 15:34:53 +05:30
session.py Delete the unused LOG configure code 2015-09-12 15:28:16 +08:00