Commit f6a2fdfd11334ed5cae7ef172ec070d809b02214

Authored by Igor Kulikov
1 parent c04747cd

Add upgrade to 3.3.1

... ... @@ -200,7 +200,8 @@ public class ThingsboardInstallService {
200 200
201 201 dataUpdateService.updateData("3.2.2");
202 202 systemDataLoaderService.createOAuth2Templates();
203   -
  203 + case "3.3.0":
  204 + log.info("Upgrading ThingsBoard from version 3.3.0 to 3.3.1 ...");
204 205 log.info("Updating system data...");
205 206 systemDataLoaderService.updateSystemWidgets();
206 207 break;
... ...