]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- figuring out script format
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Apr 2010 03:51:21 +0000 (23:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Apr 2010 03:51:21 +0000 (23:51 -0400)
commit72bf3a5417fd968496e01c48a8c7d1bfa6b40676
treebe767f8b2d56b7e39af80f431787ef7dc222799e
parentcf93eeab9943d1d567e172a9a6a1f5f649c368e3
- figuring out script format
- figuring out operation system
20 files changed:
.hgignore [new file with mode: 0644]
alembic/__init__.py
alembic/command.py
alembic/context.py [new file with mode: 0644]
alembic/ddl/mysql.py [new file with mode: 0644]
alembic/ddl/op.py [deleted file]
alembic/ddl/postgresql.py
alembic/options.py
alembic/script.py
sample_notes.txt
setup.py
templates/generic/alembic.ini.mako [new file with mode: 0644]
templates/generic/env.py [new file with mode: 0644]
templates/generic/script.py.mako [new file with mode: 0644]
templates/multidb/alembic.ini.mako [new file with mode: 0644]
templates/multidb/env.py [new file with mode: 0644]
templates/multidb/script.py.mako [new file with mode: 0644]
templates/pylons/alembic.ini.mako [new file with mode: 0644]
templates/pylons/env.py [new file with mode: 0644]
templates/pylons/script.py.mako [new file with mode: 0644]