heat/heat/db/sqlalchemy/migrate_repo
Steven Hardy 5658b7267d Migrate remaining TEXT columns to LONGTEXT
To avoid cases where mysql silently truncates json data
when it is > 2^16 bytes, migrate all remaining TEXT columns
to LONGTEXT, in a similar way to the fix for bug #1210799

Combined with the fix for bug #1215501 which limits the request
body size, we should never truncate, even if mysql is configured
such that it can happen

Fixes bug #1223029

Change-Id: Ib536cfa8e2952a5e047cd8573288cdd9fee0622c
2013-09-12 12:00:28 +01:00
..
versions Migrate remaining TEXT columns to LONGTEXT 2013-09-12 12:00:28 +01:00
README Add a heat database to store templates, state, and events 2012-04-02 06:44:10 -04:00
__init__.py Add a heat database to store templates, state, and events 2012-04-02 06:44:10 -04:00
manage.py Add execute bits to executable scripts manage.py and runner.py 2012-06-18 09:13:25 -07:00
migrate.cfg Add a heat database to store templates, state, and events 2012-04-02 06:44:10 -04:00

README

This is a database migration repository.

More information at
http://code.google.com/p/sqlalchemy-migrate/