]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- implement add_column, drop_column, start thinking about scaling up how we do the...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Apr 2011 21:15:48 +0000 (17:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Apr 2011 21:15:48 +0000 (17:15 -0400)
commit177b7de4ee0952dde61636c4a8c00b6568a576b4
treed28265b33c73321c83aae76d08977939c22d1657
parentd1789f440552c4f2900a2a8799769a18f4035624
- implement add_column, drop_column, start thinking about scaling up how we do the tests
alembic/context.py
alembic/ddl/base.py
alembic/op.py
tests/__init__.py
tests/test_ddl.py
tests/test_op.py [new file with mode: 0644]
tests/test_schema.py