commit eca92f9afe8968678ca410ef35d9fd7b643fa61d parent 43189fb4cb6fbb09b98f67540088d1dcfad4ec5a Author: WimDupont <WimDupont@users.noreply.gitlab.com> Date: Sat, 3 Jul 2021 16:59:45 +0200 added phosani's nightmare Diffstat:
A | src/main/resources/db/migration/V1_4__update_phosanis_nightmare.sql | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/db/migration/V1_4__update_phosanis_nightmare.sql b/src/main/resources/db/migration/V1_4__update_phosanis_nightmare.sql @@ -0,0 +1,5 @@ +UPDATE osrs_hiscore_boss SET order_value = order_value+1 WHERE order_value > 63; + +INSERT INTO osrs_hiscore_boss +VALUES +(UUID(),"Phosani's Nightmare", 6, 64, 1);