aae3f55304
For Postgres migrations are failed. More then we can get for mysql an error "Specified key was too long; max key length is 1000 bytes" in b6ae66d05e3 migration in some versions of dialect. Fixes-Bug: #1219776 Change-Id: Id9b0e1eb0e685053291367f7eb62fef68b6b2f84 |
||
---|---|---|
.. | ||
versions | ||
alembic.ini | ||
env.py | ||
README | ||
script.py.mako |
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