PR

【6/27】リリース・覇戦リーグ予選 #2011

kouho opened this at 2022-06-27T11:04:50; closed

Description

opened by kouho at 2022-06-27T11:04:50; updated 2022-06-27T12:01:16

概要

覇戦リーグ予選のリリースを行うPRです

テスト方法、確認した内容

余分な更新を含まないか

TODO

#前回の覇戦リーグリセット
SELECT * FROM team_data WHERE spirit_pt > 0;

UPDATE team_data
SET spirit_pt = 0
,spirit_rank =2100000000
,yesterday_spirit_pt =0
,yesterday_spirit_rank =2100000000
,spirit_league = 4
WHERE spirit_pt > 0;

SELECT * FROM team_data WHERE spirit_league < 4;

UPDATE team_data
SET spirit_pt = 0
,spirit_rank =2100000000
,yesterday_spirit_pt =0
,yesterday_spirit_rank =2100000000
,spirit_league = 4
WHERE spirit_league < 4;

Comment

#20368 by kouho at 2022-06-27T11:05:37; updated 2022-06-27T11:05:37

@wada
念の為確認をお願いいたします

Comment

#20369 by wada at 2022-06-27T11:16:42; updated 2022-06-27T11:16:42

@kouho
確認しました。

wada add_label at 2022-06-27T11:16:45: 和田 LGTM
kouho merge at 2022-06-27T12:01:16: 【6/27】リリース・覇戦リーグ予選
kouho close at 2022-06-27T12:01:16: Close

Commit range

base724128e8a0868dd2501a54b3158df5662d1ea7b7
headcf7b4029973689d42ffe6b81dc9534da82816bb0
base branchjolly/jr-web:master
head branchjolly/jr-web:jackpot_22

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed20 filesView patch
statusfile
modifiedlib/conf/class/JackpotWarConfig.class.php
addedpublic_html/img/info_event/info_event_459_1.jpg
addedpublic_html/img/info_event/info_event_459_2.jpg
addedpublic_html/img/info_event/info_event_460_1.jpg
addedpublic_html/img/info_event/info_event_460_2.jpg
addedpublic_html/img/info_jrye/1551/item_1_1.jpg
addedpublic_html/img/info_jrye/1551/item_1_2.jpg
addedpublic_html/img/info_jrye/1551/item_1_3.jpg
addedpublic_html/img/info_jrye/1551/item_2_1.jpg
addedpublic_html/img/info_jrye/1551/item_2_2.jpg
addedpublic_html/img/info_jrye/1551/item_2_3.jpg
addedpublic_html/img/info_jrye/1551/item_3_1.jpg
addedpublic_html/img/info_jrye/1551/item_3_2.jpg
addedpublic_html/img/info_jrye/1551/item_3_3.jpg
addedpublic_html/img/info_jrye/1551/item_4_1.jpg
addedpublic_html/img/info_jrye/1551/item_4_2.jpg
addedpublic_html/img/info_jrye/1551/item_4_3.jpg
addedpublic_html/img/info_jrye/JackpotWarInfo/1551/info2.jpg
addedpublic_html/img/info_jrye/JackpotWarInfo/1553/info3.jpg
addedpublic_html/img/info_jrye/JackpotWarInfo/1553/info6.jpg
Patch body is stored as a separate file to keep this page lightweight.