Skip to content

Commit

Permalink
Merge pull request #11154 from thingsboard/370-upgrade-script
Browse files Browse the repository at this point in the history
Upgrade script from 3.7.0 to 3.7.1
  • Loading branch information
ViacheslavKlimov authored Jul 5, 2024
2 parents 3dd5718 + 49c3c31 commit 8aea90b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public void performInstall() {
entityDatabaseSchemaService.createCustomerTitleUniqueConstraintIfNotExists();
systemDataLoaderService.updateDefaultNotificationConfigs(false);
systemDataLoaderService.updateSecuritySettings();
break;
case "3.7.0":
log.info("Upgrading ThingsBoard from version 3.7.0 to 3.7.1 ...");
databaseEntitiesUpgradeService.upgradeDatabase("3.7.0");
Expand Down

0 comments on commit 8aea90b

Please sign in to comment.