Changes between Version 49 and Version 50 of SchemaEvolution
- Timestamp:
- Feb 28, 2009, 4:16:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchemaEvolution
v49 v50 381 381 Anders Hovmöller (boxed@killingar.net) 382 382 383 A 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/ ).383 A 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/ - url has no such project). 384 384 385 385 Mike H (mike@mugwuffin.com)