Files
deb-python-taskflow/taskflow/persistence/backends/sqlalchemy/alembic
Joshua Harlow 81a4f3440b Use alembic upgrade function/command directly
Instead of implementing a similar version to what the
upgrade function does, just use it directly instead.

Change-Id: I61a3c9f09c6e0724f2b55951989171ef4aaafe0c
2016-01-16 04:49:52 +00:00
..
2013-08-24 22:46:43 -07:00
2013-08-24 22:46:43 -07:00
2013-08-24 22:46:43 -07: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 ./taskflow/persistence/backends/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