![Gordon Chung](/assets/img/avatar_default.png)
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
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