This website requires JavaScript.
Explore
Get Started
x
/
sqlalchemy-migrate
Code
Issues
Proposed changes
5cf42fbf76
Branches
Tags
View all branches
sqlalchemy-migrate
/
migrate
/
tests
/
changeset
History
chrisw
5cf42fbf76
fix for issue 96: deleting a column in sqlite shouldn't delete all indexes
...
bonus: remove_from_table now removes indexes
2010-09-09 09:15:28 +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 for issue 96: deleting a column in sqlite shouldn't delete all indexes
2010-09-09 09:15:28 +01:00
test_constraint.py
move all exception classes to migrate.exceptions
2010-09-07 02:25:29 +02:00