Example #1
0
 protected void BeforeDown()
 {
     Syncer.BeforeMigrate(ConnectionString, Provider, DownTables);
 }
Example #2
0
 protected void BeforeUp()
 {
     // deprovision first
     Syncer.BeforeMigrate(ConnectionString, Provider, UpTables);
 }