ceilometer/ceilometer/storage/sqlalchemy/migrate_repo
liu-sheng c00f2c0723 Drop the downgrade function of migration scripts
We stopped supporting downgrade of OpenStack, so drop the downgrade
function of migration scripts.

Change-Id: I785a19c312488eca531ffc2c4f4401562a283324
Closes-Bug: #1434103
2015-08-12 00:44:32 +00:00
..
versions Drop the downgrade function of migration scripts 2015-08-12 00:44:32 +00:00
README Call alembic migrations after sqlalchemy-migrate 2013-07-29 16:40:32 +03: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

sqlalchemy-migrate is DEPRECATED.

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