mmatuson / SchemaSync

A MySQL Schema Versioning and Migration Utility
http://mmatuson.github.io/SchemaSync/
Other
337 stars 110 forks source link

Separating ALTER TABLE actions #31

Closed vmontala closed 10 years ago

vmontala commented 10 years ago

Modified syncdb.py to make a unique action per ALTER TABLE, there are an MySQL bug when you try to modify a column (X) which have referenced to another column (Y), and lately modified the same column (Y), it raises an error (1054)