tacitknowledge / autopatch

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

MigrationRunnerFactory decides the strategy based in the configuration files #16

Closed hemri closed 12 years ago

hemri commented 12 years ago

The MigrationRunnerFactory should be able to decide which strategy to use based in the configuration files.

If not strategy is defined in the configuration files, the OrderedMigrationRunnerStrategy should be used.