aodh/ceilometer/storage/sqlalchemy/migrate_repo
gordon chung 85e3678ec6 add option to store raw notification
- this patch adds ability to store raw notification. it does not
support indexing/querying against it as this is not expected to be
performant.
- use conf fixture to ensure test isolation.

Change-Id: Ic35bb81d1ed1b538280cb9c2e87aced22bdff207
2015-03-03 14:44:46 -05:00
..
versions add option to store raw notification 2015-03-03 14:44:46 -05:00
__init__.py Fix E126,H104 violations and re-enable gating 2014-06-25 13:09:51 +08:00
manage.py implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
migrate.cfg implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
README Call alembic migrations after sqlalchemy-migrate 2013-07-29 16:40:32 +03:00

sqlalchemy-migrate is DEPRECATED.

All new migrations should be written using alembic.
Please see ceilometer/storage/sqlalchemy/alembic/README