Changes between Version 2 and Version 3 of SchemaEvolutionDesign


Ignore:
Timestamp:
Mar 9, 2012, 2:37:05 PM (12 years ago)
Author:
Joe Tennies <joe@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchemaEvolutionDesign

    v2 v3  
    2727=== Primary ===
    2828
     29* Warn user to backup database
     30  * Make user accept warning before doing
    2931* Store revision number of tables
    3032* Store updates as python scripts
     
    3234* Modify database schemas (Will require updates to database API)
    3335  * Add columns
     36    * Default values - function to do this
    3437  * Remove columns
    3538  * Change table names
    36   * Change column lengths
     39  * Change column types
     40    * Automatic int/float conversion
     41    * Automatic string length conversion
    3742  * Change column/table attributes
    3843    * Unique
Back to Top