added clear cache for upgrade from 3.6.4 to 3.7.0
This commit is contained in:
parent
aecf654d65
commit
872309e6a2
@ -55,7 +55,11 @@ public class DefaultCacheCleanupService implements CacheCleanupService {
|
||||
clearCacheByName(RESOURCE_INFO_CACHE);
|
||||
break;
|
||||
case "3.6.3":
|
||||
log.info("Clearing cache to upgrade from version 3.6.3 to 3.7.0");
|
||||
log.info("Clearing cache to upgrade from version 3.6.3 to 3.6.4");
|
||||
clearAll();
|
||||
break;
|
||||
case "3.6.4":
|
||||
log.info("Clearing cache to upgrade from version 3.6.4 to 3.7.0");
|
||||
clearAll();
|
||||
break;
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user