aodh/ceilometer/storage/sqlalchemy/alembic
Gordon Chung b5dfb0d97e full pep8 compliance (part 2)
final step to pep8 compliance

Change-Id: Ibe44f55f9415dc8cc380521debee609a20a67416
2013-11-21 12:35:01 -05:00
..
versions Avoid imposing alembic 6.0 requirement on all distros 2013-09-25 13:12:30 +01:00
alembic.ini Added alembic migrations 2013-07-16 16:07:13 +03:00
env.py full pep8 compliance (part 2) 2013-11-21 12:35:01 -05:00
README Call alembic migrations after sqlalchemy-migrate 2013-07-29 16:40:32 +03:00
script.py.mako Added alembic migrations 2013-07-16 16:07:13 +03:00

Please see https://alembic.readthedocs.org/en/latest/index.html for general documentation

To create alembic migrations you need to have alembic installed and available in PATH:
# pip install alembic
$ cd ./ceilometer/storage/sqlalchemy/alembic
$ alembic revision -m "migration_description"

See Operation Reference https://alembic.readthedocs.org/en/latest/ops.html#ops
for a short list of commands