Fix upgrade script
This commit is contained in:
parent
1cfd42447b
commit
3365de9a2c
@ -156,8 +156,8 @@ public class DefaultDataUpdateService implements DataUpdateService {
|
|||||||
break;
|
break;
|
||||||
case "3.3.4":
|
case "3.3.4":
|
||||||
log.info("Updating data from version 3.3.4 to 3.4.0 ...");
|
log.info("Updating data from version 3.3.4 to 3.4.0 ...");
|
||||||
rateLimitsUpdater.updateEntities();
|
|
||||||
tenantsProfileQueueConfigurationUpdater.updateEntities();
|
tenantsProfileQueueConfigurationUpdater.updateEntities();
|
||||||
|
rateLimitsUpdater.updateEntities();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new RuntimeException("Unable to update data, unsupported fromVersion: " + fromVersion);
|
throw new RuntimeException("Unable to update data, unsupported fromVersion: " + fromVersion);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user