|
|
|
@ -110,9 +110,8 @@ public class DefaultDataUpdateService implements DataUpdateService { |
|
|
|
log.info("Updating data from version 3.2.2 to 3.3.0 ..."); |
|
|
|
tenantsDefaultEdgeRuleChainUpdater.updateEntities(null); |
|
|
|
tenantsAlarmsCustomerUpdater.updateEntities(null); |
|
|
|
break; |
|
|
|
case "3.3.0": |
|
|
|
rateLimitsUpdater.updateEntities(null); |
|
|
|
break; |
|
|
|
default: |
|
|
|
throw new RuntimeException("Unable to update data, unsupported fromVersion: " + fromVersion); |
|
|
|
} |
|
|
|
|