Changes between Version 5 and Version 6 of SchemaEvolutionDesign
- Timestamp:
- Mar 9, 2012, 6:37:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchemaEvolutionDesign
v5 v6 74 74 75 75 Sent just after migration successfully finishes for an app. Note that if the migrations fail in the middle of executing, this will not get called. 76 77 == Storage == 78 79 The storage will be a model with 2 fields: 80 * ''app'' - the app to be migrated 81 * ''modification'' - the modification installed 82 83