updated ThingsboardInstallService

This commit is contained in:
dashevchenko 2023-01-12 13:16:26 +02:00
parent 36b0e80a23
commit e0dd0d9369

View File

@ -236,6 +236,10 @@ public class ThingsboardInstallService {
log.info("Updating system data...");
systemDataLoaderService.updateSystemWidgets();
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