Changes between Version 4 and Version 5 of SchemaEvolutionDesign
- Timestamp:
- Mar 9, 2012, 6:28:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchemaEvolutionDesign
v4 v5 63 63 64 64 Parameters: 65 ''app'' - the app to be migrated as a string66 ''return_value''' - class that has a function to cancel the migration???65 * ''app'' - the app to be migrated as a string 66 * ''return_value''' - class that has a function to cancel the migration??? 67 67 68 68 Sent just before starting running migrations for an app. … … 71 71 72 72 Parameters: 73 ''app'' - the app to be migrated as a string73 * ''app'' - the app to be migrated as a string 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.