aodh/ceilometer/storage
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
..
sqlalchemy Change alarm_history.detail to text type 2013-10-11 12:57:58 +00:00
__init__.py Use MongoDB aggregate to get resources list 2013-08-08 11:23:16 +02:00
base.py Apply six for metaclass 2013-10-08 15:22:30 +09:00
impl_db2.py db2 does not allow None as a key for user_id in user collection 2013-10-02 09:19:18 -04:00
impl_hbase.py Allow to get a disabled alarm 2013-09-26 11:53:01 +02:00
impl_log.py Allow to get a disabled alarm 2013-09-26 11:53:01 +02:00
impl_mongodb.py Allow to get a disabled alarm 2013-09-26 11:53:01 +02:00
impl_sqlalchemy.py Allow to get a disabled alarm 2013-09-26 11:53:01 +02:00
models.py Alarm API update 2013-09-19 16:11:38 +02:00