Update SQL migration script

This commit is contained in:
samnyan
2020-01-22 00:19:23 +08:00
parent 827eae2a7f
commit 1887a21d88
7 changed files with 145 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ public class ApiDivaPlayerDataController {
PlayerProfile profile = playerProfileService.findByPdId((Integer) request.get("pdId")).orElseThrow();
profile.setShowInterimRanking((Boolean) request.get("showInterimRanking"));
profile.setShowClearStatus((Boolean) request.get("showClearStatus"));
profile.setShowGreatBorder((Boolean) request.get("showClearBorder"));
profile.setShowGreatBorder((Boolean) request.get("showGreatBorder"));
profile.setShowExcellentBorder((Boolean) request.get("showExcellentBorder"));
profile.setShowRivalBorder((Boolean) request.get("showRivalBorder"));
profile.setShowRgoSetting((Boolean) request.get("showRgoSetting"));