Files
javacodingdojo/001_sequential_migration/README.md
Christoph Kroczek 9863a8358b initial
2019-04-19 12:50:01 +02:00

7 lines
291 B
Markdown

# Task
Sequential migration upwards / downwoards depending on 2 parameters:
* actual version
* target version
Depending on the 2 Parameters it should be identfied which migration direction is required.
For each migration step it should be possible to provide an executor and execution code.