Add upgrade from 3.6.1 tp 3.6.2
This commit is contained in:
parent
7db1d6a62b
commit
f5cf840838
@ -266,6 +266,8 @@ public class ThingsboardInstallService {
|
||||
log.info("Upgrading ThingsBoard from version 3.6.0 to 3.6.1 ...");
|
||||
databaseEntitiesUpgradeService.upgradeDatabase("3.6.0");
|
||||
dataUpdateService.updateData("3.6.0");
|
||||
case "3.6.1":
|
||||
log.info("Upgrading ThingsBoard from version 3.6.1 to 3.6.2 ...");
|
||||
//TODO DON'T FORGET to update switch statement in the CacheCleanupService if you need to clear the cache
|
||||
break;
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user