Files
deb-python-taskflow/taskflow/persistence/backends/sqlalchemy/alembic
Joshua Harlow b1f81badfd Bump requirements to the latest
Match the requirements for taskflow with
the openstack requirements (note the upstream
requirements are missing 'futures' and 'networkx')
and update the new hacking violations that were
detected due to the hacking requirement version
bump.

Change-Id: I8d1326cf2a8b1ea062f5e9aacd0c4f8261c6531a
2013-10-05 21:49:08 +00:00
..
2013-10-05 21:49:08 +00:00
2013-08-24 22:46:43 -07:00
2013-10-05 21:49:08 +00: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