commit 18eb6461424e476e7285a5e625ab3ede7edd3905 parent 4387f1402a358a0c29709da6dd6df9178a393338 Author: Wim Dupont <wim@wimdupont.com> Date: Thu, 15 May 2025 18:17:24 +0200 update yama boss Diffstat:
A | src/main/resources/db/migration/V1_25__yama_boss_update.sql | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/db/migration/V1_25__yama_boss_update.sql b/src/main/resources/db/migration/V1_25__yama_boss_update.sql @@ -0,0 +1,5 @@ +UPDATE osrs_hiscore_boss SET order_value = order_value+1 WHERE order_value >= 106; + +INSERT INTO osrs_hiscore_boss +VALUES +(UUID(),"Yama", 1, 106, 1);