aodh/ceilometer/storage/sqlalchemy
Stephen Gran 57eb9e904a Change alarm_history.detail to text type
The existing alarm_history.detail column size is 255 chars,
which is not enough for some large JSON payloads.

Change to Text column to make sure we store all detail.

Change-Id: I1b4ebee33954acc1f41a4cf0d0b991055b7d4fe9
Closes-Bug: #1236861
Signed-off-by: Stephen Gran <stephen.gran@guardian.co.uk>
2013-10-11 12:57:58 +00:00
..
alembic Avoid imposing alembic 6.0 requirement on all distros 2013-09-25 13:12:30 +01:00
migrate_repo Change alarm_history.detail to text type 2013-10-11 12:57:58 +00:00
__init__.py implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
migration.py Call alembic migrations after sqlalchemy-migrate 2013-07-29 16:40:32 +03:00
models.py Change alarm_history.detail to text type 2013-10-11 12:57:58 +00:00