Changes between Version 2 and Version 3 of SchemaEvolutionDesign
- Timestamp:
- Mar 9, 2012, 2:37:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchemaEvolutionDesign
v2 v3 27 27 === Primary === 28 28 29 * Warn user to backup database 30 * Make user accept warning before doing 29 31 * Store revision number of tables 30 32 * Store updates as python scripts … … 32 34 * Modify database schemas (Will require updates to database API) 33 35 * Add columns 36 * Default values - function to do this 34 37 * Remove columns 35 38 * Change table names 36 * Change column lengths 39 * Change column types 40 * Automatic int/float conversion 41 * Automatic string length conversion 37 42 * Change column/table attributes 38 43 * Unique