Description
Currently the migration wizard always displays that we are migrating from 1.X (which will be true for now). We should however make a mechanism that will allow us to persist on which version we currently are, so we will be able to show a real version number.
AC:
- store current version in DB
- if migration is not required just update the new version in DB after starting DG in new version
- if migration is required update the new version after the migration process
Description
Currently the migration wizard always displays that we are migrating from 1.X (which will be true for now). We should however make a mechanism that will allow us to persist on which version we currently are, so we will be able to show a real version number.
AC: