PR

【11/29】リリース・覇戦リーグ予選 #1348

kouho opened this at 2021-11-29T14:56:09; closed

Description

opened by kouho at 2021-11-29T14:56:09; updated 2026-03-02T16:16:25

概要

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

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

  • 開発と差異がないか

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

#15515 by kouho at 2021-11-29T14:56:37; updated 2021-11-29T14:56:37

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

Comment

#15518 by iwamoto at 2021-11-29T16:21:45; updated 2021-11-29T16:21:45

@kouho
確認しました、問題ないように思います

iwamoto add_label at 2021-11-29T16:21:54: 岩本 LGTM

Comment

#15520 by wada at 2021-11-29T16:26:31; updated 2021-11-29T16:26:31

@kouho
確認OKです

wada add_label at 2021-11-29T16:26:34: 和田 LGTM
kouho merge at 2021-11-29T17:33:35: 【11/29】リリース・覇戦リーグ予選
kouho close at 2021-11-29T17:33:35: Close
kouho delete_branch at 2021-11-29T17:36:11: release_112912

Commit range

based1e3f5968b4a3bfbd2d3a3848946652ef1df8568
head9252e7e27a0f851bfad44ecc8ec94c62abcbed26
base branchjolly/jr-web:master
head branchjolly/jr-web:release_112912

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
addedpublic_html/img/info_jrye/1089/item_1.jpg
addedpublic_html/img/info_jrye/1089/item_1_1.jpg
addedpublic_html/img/info_jrye/1089/item_1_2.jpg
addedpublic_html/img/info_jrye/1089/item_1_3.jpg
addedpublic_html/img/info_jrye/1089/item_2.jpg
addedpublic_html/img/info_jrye/1089/item_2_1.jpg
addedpublic_html/img/info_jrye/1089/item_2_2.jpg
addedpublic_html/img/info_jrye/1089/item_2_3.jpg
addedpublic_html/img/info_jrye/1089/item_3.jpg
addedpublic_html/img/info_jrye/1089/item_3_1.jpg
addedpublic_html/img/info_jrye/1089/item_3_2.jpg
addedpublic_html/img/info_jrye/1089/item_3_3.jpg
addedpublic_html/img/info_jrye/1089/item_4.jpg
addedpublic_html/img/info_jrye/1089/item_4_1.jpg
addedpublic_html/img/info_jrye/1089/item_4_2.jpg
addedpublic_html/img/info_jrye/1089/item_4_3.jpg
addedpublic_html/img/info_jrye/1091/info6_.jpg
Patch body is stored as a separate file to keep this page lightweight.