Add upgrade from 3.3.1

This commit is contained in:
Igor Kulikov 2021-09-08 18:32:17 +03:00
parent 14717f597b
commit f3d5647cd2

View File

@ -202,6 +202,8 @@ public class ThingsboardInstallService {
systemDataLoaderService.createOAuth2Templates();
case "3.3.0":
log.info("Upgrading ThingsBoard from version 3.3.0 to 3.3.1 ...");
case "3.3.1":
log.info("Upgrading ThingsBoard from version 3.3.1 to 3.3.2 ...");
log.info("Updating system data...");
systemDataLoaderService.updateSystemWidgets();
break;