This website requires JavaScript.
Explore
Get Started
x
/
sqlalchemy-migrate
Code
Issues
Proposed changes
sqlalchemy-migrate
/
migrate
/
tests
/
changeset
History
chrisw
adf4113a0b
Fix issue 94 - it was impossible to add a column with a non-unique index.
...
Also implement more functionality with unique and foreign key constrains for sqlite.
2010-09-09 15:38:42 +01:00
..
__init__.py
move tests/ directory into migrate/tests (much better form) and fix all import lines and other minor issues
2010-06-10 18:08:06 +01:00
test_changeset.py
Fix issue 94 - it was impossible to add a column with a non-unique index.
2010-09-09 15:38:42 +01:00
test_constraint.py
move all exception classes to migrate.exceptions
2010-09-07 02:25:29 +02:00