Changes between Version 58 and Version 59 of SchemaEvolution
- Timestamp:
- Mar 19, 2010, 6:58:27 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchemaEvolution
v58 v59 410 410 For me the majority of time consuming database changes take place during initial development experimenting with different approaches. Most of the time this also means simply adding or changing fields. It would be great to make these changes in the simple manner of the "Automatic interactive db introspection that generates migration scripts" example above. It also seems to more closely fit the Python ethos of not getting sidetracked into the maze of doing all things for all people. As stated, it fits 99% of my needs. 411 411 --David 412 413 Seems the South project (http://south.aeracode.org/) has pretty much exactly implemented what what I suggested above in this page. 414 -- Anders Hovmöller