tacitknowledge / autopatch

An automated database patching framework for Java.
41 stars 19 forks source link

Create rollback method in the interface MigrationRunnerStrategy and implementations #13

Closed MexicanHacker closed 12 years ago

MexicanHacker commented 12 years ago

Some patches might require to rollback its changes. We need to create a method to do that in the MigrationRunnerStrategy interface and its implementations.

It'd be good if we kept track of when we apply a particular patch and roll back from one patch to another by date range. This way we can rollback a range of patches by date

ulisespulido commented 12 years ago

Implementation done, new issue will be opened for rollback integration testing.