12636e2e12
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 |
||
---|---|---|
.. | ||
catalog | ||
migration | ||
services | ||
sqla | ||
__init__.py | ||
api.py | ||
models.py | ||
session.py |