| 110 | | * Possible (contention: see [BluePrintDatabaseMigration#Franscomments Fran's comments] above) |
| 111 | | * Provide a UI that allows whoever made the schema change to tell how to convert the database. |
| 112 | | For instance, this could include allowing them to: |
| 113 | | * Match up renamed tables and columns. |
| 114 | | * Describe how to set a value for new unique columns in existing records. |
| 115 | | * Provide a template for subdividing records when tables are refactored (in straightforward cases). |
| 116 | | * Provide a script to do more complex conversions. |
| 117 | | * This subproject would only record the requested conversions, not apply them. |
| | 110 | * (Possible contention: see [BluePrintDatabaseMigration#Franscomments Fran's comments] above.) |
| | 111 | Provide a UI that allows whoever made the schema change to tell how to convert the database. |
| | 112 | For instance, this could include allowing them to: |
| | 113 | * Match up renamed tables and columns. |
| | 114 | * Describe how to set a value for new unique columns in existing records. |
| | 115 | * Provide a template for subdividing records when tables are refactored (in straightforward cases). |
| | 116 | * Provide a script to do more complex conversions. |
| | 117 | * This subproject would only record the requested conversions, not apply them. |