]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
implement autogenerate feature
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Nov 2011 19:56:01 +0000 (14:56 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Nov 2011 19:56:01 +0000 (14:56 -0500)
commited25eab41d5d814b0283f9fad12fc78b6e0ebcb0
tree21096fcd967f41b6747ba3dbbb35a587a1dff3e0
parente7e063cc60828607d355f67790055222983be90d
implement autogenerate feature
13 files changed:
alembic/autogenerate.py [new file with mode: 0644]
alembic/command.py
alembic/config.py
alembic/context.py
alembic/script.py
alembic/templates/generic/env.py
alembic/templates/generic/script.py.mako
alembic/templates/multidb/env.py
alembic/templates/multidb/script.py.mako
alembic/templates/pylons/env.py
alembic/templates/pylons/script.py.mako
tests/__init__.py
tests/test_autogenerate.py [new file with mode: 0644]