Gordon Chung 2cf06e9ab4 Alembic migrations not tested
take alembic migrations out until we can confidently make the
switch to it once real db tests are set up.

Closes-Bug: #1217156
Change-Id: Ic62c5248dc92a0a0eb497b6f278d42070606abe9
2014-02-18 09:19:30 -05:00
..
2014-02-18 09:19:30 -05:00
2013-07-16 16:07:13 +03:00
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