updated ThingsboardInstallService
This commit is contained in:
parent
36b0e80a23
commit
e0dd0d9369
@ -236,6 +236,10 @@ public class ThingsboardInstallService {
|
|||||||
log.info("Updating system data...");
|
log.info("Updating system data...");
|
||||||
systemDataLoaderService.updateSystemWidgets();
|
systemDataLoaderService.updateSystemWidgets();
|
||||||
break;
|
break;
|
||||||
|
case "3.4.3":
|
||||||
|
log.info("Upgrading ThingsBoard from version 3.4.3 to 3.5 ...");
|
||||||
|
databaseEntitiesUpgradeService.upgradeDatabase("3.4.3");
|
||||||
|
break;
|
||||||
|
|
||||||
//TODO update CacheCleanupService on the next version upgrade
|
//TODO update CacheCleanupService on the next version upgrade
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user