PR

【8/1】覇戦リーグ本戦リリース #2155

kouho opened this at 2022-08-01T16:06:31; closed

Description

opened by kouho at 2022-08-01T16:06:31; updated 2022-08-01T16:36:04

概要

以下のリリースPRです。
【8/2】激闘!覇戦リーグ・本選 #2098

リリース作業

  • [x] DBの初期化
UPDATE `team_data` SET `spirit_league` = 3 WHERE `spirit_rank` <=150 AND `del_flg` =0;
UPDATE `team_data` SET `spirit_league` = 2 WHERE `spirit_rank` <=100 AND `del_flg` =0;
UPDATE `team_data` SET `spirit_league` = 1 WHERE `spirit_rank` <=50 AND `del_flg` =0;
UPDATE `team_data` SET `spirit_pt` = 0,`spirit_rank` =2100000000,`yesterday_spirit_pt` =0,`yesterday_spirit_rank` =2100000000 WHERE `spirit_pt` > 0;
  • [x] 本番環境更新
#本番更新
ssh jr-adm
update web
deploy web
  • [x] 管理画面

覇戦リーグ本戦

  • 告知
  • swf告知

TODO

確認できしだい本日(8/1)中にリリースします。

Comment

#21273 by kouho at 2022-08-01T16:06:50; updated 2022-08-01T16:06:50

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

Comment

#21277 by wada at 2022-08-01T16:27:10; updated 2022-08-01T16:27:10

@kouho
確認OKです。

wada add_label at 2022-08-01T16:27:13: 和田 LGTM
kouho merge at 2022-08-01T16:34:20: 【8/1】覇戦リーグ本戦リリース
kouho close at 2022-08-01T16:34:20: Close

Commit range

base161bac0b65b01cadec890a34fb13781bc4345173
head895699f27e41cd7563a6ab383db6a5c1bc7e80f5
base branchjolly/jr-web:master
head branchjolly/jr-web:jackpot_23

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed5 filesView patch
statusfile
modifiedlib/conf/class/JackpotWarConfig.class.php
addedpublic_html/img/info_event/info_event_487_1.jpg
addedpublic_html/img/info_event/info_event_487_2.jpg
addedpublic_html/img/info_event/info_event_488_1.jpg
addedpublic_html/img/info_event/info_event_488_2.jpg
Patch body is stored as a separate file to keep this page lightweight.