deb-ceilometer/ceilometer/storage/sqlalchemy
Rohit Jaiswal b11d24afe7 Trait_* models have incorrect type for key
Each of the TraitText, TraintInt, TraitFloat
and TraitDatetime have key column which has
its type defined incorrectly as Integer. The
migrate script correctly defines the type as
String(255).

This fix updates the sqlalchemy Trait* models
to define key as String(255).

Closes-Bug: 1449752

Change-Id: I5ac2e9b811e3baa53e329732233cd0011a4d25b9
2015-04-29 09:37:42 -07:00
..
migrate_repo add option to store raw notification 2015-03-03 14:44:46 -05:00
__init__.py implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
migration.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
models.py Trait_* models have incorrect type for key 2015-04-29 09:37:42 -07:00
utils.py [PostgreSQL] Fix regexp operator 2015-02-19 12:58:50 +00:00