This commit is contained in:
Christoph Kroczek
2019-04-19 12:50:01 +02:00
parent 216e77f45d
commit 9863a8358b
9 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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.