Skip to content
Commit 5801183d authored by Sébastien Lesaint's avatar Sébastien Lesaint
Browse files

SONAR-8445 drop field DatabaseVersion.LAST_VERSION

replace usages of this field by either MigrationSteps.getMaxMigrationNumber() or DatabaseVersion.getStatus()
also, change return type of DatabaseVersion.getVersion from int to Optional<Long>
MigrationStep configuration is now avaiable at level2, in both web and CE container (because it is used by DatabaseVersion class)
parent 1c34d6ef
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment