Changes between Version 27 and Version 28 of SchemaEvolution


Ignore:
Timestamp:
May 15, 2007, 4:03:17 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchemaEvolution

    v27 v28  
    378378Anders Hovmöller (boxed@killingar.net)
    379379
    380 Agreed, a way to generate base sql migrations would fit very nicely with the DbMigration project (http://www.aswmc.com/dbmigration/).
     380A way to generate base sql migrations would fit very nicely, but automatically running them seems to be a problem. There are so many things that you have to take into consideration which Django simply can't do at present (for example, changing the type of a column that is used in a view). The best way I can see is to generate basic sql migration scripts which the developer can review before they are applied. This approach would go very well with the DbMigration project (http://www.aswmc.com/dbmigration/).
    381381
    382382Mike H (mike@mugwuffin.com)
Back to Top