tacitknowledge / autopatch

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

Add support for branching #4

Closed scottfromsf closed 13 years ago

scottfromsf commented 13 years ago

Since Autopatch expects each branch to be sequentially numbered without skipping any patch levels branching is extremely difficult. Autopatch should be changed such that the logic to determine which patches to execute is pluggable, with one implementation mirroring the mechanism Rails Migrations uses.

ulisespulido commented 13 years ago

Functionality is done. Code review pending (scheduled by today with Oscar). After that, if everything is fine, this issue should be closed.

ulisespulido commented 13 years ago

Adding support for missing patches.