PR

【7/12】リリース(覇戦予選) #938

kouho opened this at 2021-07-12T17:55:38; closed

Description

opened by kouho at 2021-07-12T17:55:38; updated 2024-12-24T13:41:06

覇戦リーグ予選

webブランチ:release_0712
dbブランチ:更新なし

本日中に反映

#前回の覇戦リーグリセット
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;

kouho add_label at 2021-07-12T17:55:44: マスタへマージ
kouho assign at 2021-07-12T17:55:51: Not assigned:kouho
kouho add_label at 2021-07-12T17:55:54: レビュー待ち
kouho change_title at 2021-07-12T17:58:39: 【7/12】リリース 【7/12】リリース(覇戦予選)

Comment

#12104 by kouho at 2021-07-12T17:59:51; updated 2021-07-12T17:59:51

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

Comment

#12105 by wada at 2021-07-12T18:07:02; updated 2021-07-12T18:07:02

@kouho
確認しました。

Comment

#12107 by iwamoto at 2021-07-12T18:13:07; updated 2021-07-12T18:13:07

@kouho
確認しました

kouho merge at 2021-07-12T18:44:17: 【7/12】リリース(覇戦予選)
kouho close at 2021-07-12T18:44:17: Close

Commit range

base8f6bd73441155cfa1853c59932457f8faaac889e
headfe551972322a3ee84b5d3a69bd2b226a312154d4
base branchjolly/jr-web:master
head branchjolly/jr-web:release_0712

View commits

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