tacitknowledge / autopatch

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

Add MigrationRunnerStrategy based on missing patches, not patchlevel #14

Closed MexicanHacker closed 13 years ago

MexicanHacker commented 13 years ago

Currently to decide if a patch runs or not we check if the patch to be applied is greater than the current patch table level. We need a new implementation based on the isPachApplied method of PatchInfoStore to determine if the patch should be applied (or rollback).

As a side note the MigrationRunnerFactory will decide wich strategy we should use based in the configuration files