This website requires JavaScript.
Explore
Get Started
x
/
sqlalchemy-migrate
Code
Issues
Proposed changes
sqlalchemy-migrate
/
migrate
/
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
..
databases
Fix issue 94 - it was impossible to add a column with a non-unique index.
2010-09-09 15:38:42 +01:00
__init__.py
fix tests on python2.7
2010-07-14 19:04:44 +02:00
ansisql.py
Fix issue 94 - it was impossible to add a column with a non-unique index.
2010-09-09 15:38:42 +01:00
constraint.py
move all exception classes to migrate.exceptions
2010-09-07 02:25:29 +02:00
schema.py
Fix issue 94 - it was impossible to add a column with a non-unique index.
2010-09-09 15:38:42 +01:00