modify upgrade process
This commit is contained in:
parent
cb87b063d3
commit
20bc8a42bb
1 changed files with 2 additions and 2 deletions
|
@ -152,6 +152,7 @@ public class AdminUpgradeAction extends FessAdminAction {
|
|||
if (VERSION_11_0.equals(form.targetVersion)) {
|
||||
try {
|
||||
upgradeFrom11_0();
|
||||
upgradeFrom11_1();
|
||||
upgradeFromAll();
|
||||
|
||||
saveInfo(messages -> messages.addSuccessStartedDataUpdate(GLOBAL));
|
||||
|
@ -163,7 +164,6 @@ public class AdminUpgradeAction extends FessAdminAction {
|
|||
}
|
||||
} else if (VERSION_11_1.equals(form.targetVersion)) {
|
||||
try {
|
||||
upgradeFrom11_0();
|
||||
upgradeFrom11_1();
|
||||
upgradeFromAll();
|
||||
|
||||
|
@ -266,4 +266,4 @@ public class AdminUpgradeAction extends FessAdminAction {
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue