PR

【2/7】リリース・覇戦リーグ予選 #1539

kouho opened this at 2022-02-07T17:04:09; closed

Description

opened by kouho at 2022-02-07T17:04:09; updated 2022-02-07T18:46:49

概要

覇戦リーグのリリースを行うPRです。
2/7中に反映予定です。

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

  • 開発と差異がないか

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

#17140 by kouho at 2022-02-07T17:04:37; updated 2022-02-07T17:04:37

@wada @iwamoto
念のため確認お願いいたします。

Comment

#17143 by wada at 2022-02-07T17:09:43; updated 2022-02-07T17:09:43

@kouho
確認しました。okです

wada add_label at 2022-02-07T17:09:56: 和田 LGTM

Comment

#17147 by iwamoto at 2022-02-07T18:08:06; updated 2022-02-07T18:08:06

@kouho
確認しました。問題ないと思います。

iwamoto add_label at 2022-02-07T18:08:09: 岩本 LGTM
kouho merge at 2022-02-07T18:46:49: 【2/7】リリース・覇戦リーグ予選
kouho close at 2022-02-07T18:46:49: Close

Commit range

base6bf5cf91de12d4d86b6c080e3a182f0930c8c33b
head5e805b26c9c821a38a0a00794cd19ff062311c09
base branchjolly/jr-web:master
head branchjolly/jr-web:jackpot_1478

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed18 filesView patch
statusfile
modifiedlib/conf/class/JackpotWarConfig.class.php
modifiedlib/conf/define_y.inc
addedpublic_html/img/info_jrye/1252/item_1.jpg
addedpublic_html/img/info_jrye/1252/item_1_1.jpg
addedpublic_html/img/info_jrye/1252/item_1_2.jpg
addedpublic_html/img/info_jrye/1252/item_1_3.jpg
addedpublic_html/img/info_jrye/1252/item_2.jpg
addedpublic_html/img/info_jrye/1252/item_2_1.jpg
addedpublic_html/img/info_jrye/1252/item_2_2.jpg
addedpublic_html/img/info_jrye/1252/item_2_3.jpg
addedpublic_html/img/info_jrye/1252/item_3.jpg
addedpublic_html/img/info_jrye/1252/item_3_1.jpg
addedpublic_html/img/info_jrye/1252/item_3_2.jpg
addedpublic_html/img/info_jrye/1252/item_3_3.jpg
addedpublic_html/img/info_jrye/1252/item_4.jpg
addedpublic_html/img/info_jrye/1252/item_4_1.jpg
addedpublic_html/img/info_jrye/1252/item_4_2.jpg
addedpublic_html/img/info_jrye/1252/item_4_3.jpg
Patch body is stored as a separate file to keep this page lightweight.