PR

【9/17】リリース ・覇戦リーグ予選 #1147

kouho opened this at 2021-09-17T17:42:11; closed

Description

opened by kouho at 2021-09-17T17:42:11; updated 2025-08-07T10:48:45

概要

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

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

  • 開発と差異がないか

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

#13779 by kouho at 2021-09-17T17:43:04; updated 2021-09-17T17:43:04

@iwamoto
覇戦リーグのリリースPRです。念のため確認をお願いいたします。

Comment

#13780 by iwamoto at 2021-09-17T18:29:44; updated 2021-09-17T18:29:44

@wada
確認しました。問題ないように思います。

kouho merge at 2021-09-17T18:55:55: 【9/17】リリース ・覇戦リーグ予選
kouho close at 2021-09-17T18:55:55: Close

Commit range

base767e5ba087b598e187f56a6c60c59d8bd420c396
head60b4dfde43197d1ce60041d960b8c0c2e9fffe68
base branchjolly/jr-web:master
head branchjolly/jr-web:release_0917_war

View commits

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