Upgrade to 3.4.0
This commit is contained in:
parent
fdd3e29c80
commit
05db6ffe49
@ -216,10 +216,10 @@ public class ThingsboardInstallService {
|
||||
dataUpdateService.updateData("3.3.2");
|
||||
case "3.3.3":
|
||||
log.info("Upgrading ThingsBoard from version 3.3.3 to 3.3.4 ...");
|
||||
log.info("Updating system data...");
|
||||
databaseEntitiesUpgradeService.upgradeDatabase("3.3.3");
|
||||
case "3.3.4":
|
||||
log.info("Upgrading ThingsBoard from version 3.3.4 to 3.4.0 ...");
|
||||
log.info("Updating system data...");
|
||||
systemDataLoaderService.updateSystemWidgets();
|
||||
break;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user