RED-9902: fix applicationtype check
This commit is contained in:
parent
9caa1f3068
commit
a3d15f59c1
@ -137,7 +137,7 @@ public class ComponentOverridesMigration21 extends Migration {
|
|||||||
@Override
|
@Override
|
||||||
protected void migrate() {
|
protected void migrate() {
|
||||||
|
|
||||||
if (!ApplicationType.valueOf(applicationType).equals(ApplicationType.DOCUMINE)) {
|
if (!applicationType.equals("DocuMine")) {
|
||||||
log.info("Skipping component migration, due to application type not being equal to DOCUMINE!");
|
log.info("Skipping component migration, due to application type not being equal to DOCUMINE!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user