Changes between Version 4 and Version 5 of SchemaEvolutionDesign


Ignore:
Timestamp:
Mar 9, 2012, 6:28:49 PM (13 years ago)
Author:
Joe Tennies <joe@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchemaEvolutionDesign

    v4 v5  
    6363
    6464Parameters:
    65 ''app'' - the app to be migrated as a string
    66 ''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???
    6767
    6868Sent just before starting running migrations for an app.
     
    7171
    7272Parameters:
    73 ''app'' - the app to be migrated as a string
     73* ''app'' - the app to be migrated as a string
    7474
    7575Sent just after migration successfully finishes for an app. Note that if the migrations fail in the middle of executing, this will not get called.
Back to Top