commit a56b6f2d64000c6c60c53fa0ff77ebcaf6a1e9ff parent 33a8044f7ef8bfa57296043aadebf97caf0b8440 Author: Wim Dupont <wim@wimdupont.com> Date: Wed, 30 Jul 2025 08:59:42 +0200 added doom of mokhaiotl Diffstat:
A | src/main/resources/db/migration/V1_28__added_doomofmok.sql | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/db/migration/V1_28__added_doomofmok.sql b/src/main/resources/db/migration/V1_28__added_doomofmok.sql @@ -0,0 +1,6 @@ +UPDATE osrs_hiscore_boss SET order_value = order_value+1 + WHERE order_value >= 39; + +INSERT INTO osrs_hiscore_boss +VALUES +(UUID(),"Doom of Mokhaiotl", 1, 39, 1);