Changes between Version 6 and Version 7 of SchemaEvolutionDesign
- Timestamp:
- Mar 9, 2012, 7:16:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchemaEvolutionDesign
v6 v7 3 3 == Introduction == 4 4 5 A way to migrate database changes as a project evolves. 5 A way to migrate database changes as a project evolves. This is not being added to replace South, nashvegas, etc but for those tools to be based upon. 6 6 7 7 == Participants … … 41 41 * Change column/table attributes 42 42 * Unique 43 43 * Reverse migrations? (from version 6 to version 4) 44 44 45 45 === Secondary === … … 54 54 * Autodetection of changes 55 55 * This should be left for external tools like South or nashvegas to do 56 * Reverse migrations? (from version 6 to version 4)57 56 58 57 = Code Design =