PR

【5/23】覇戦リーグ・本戦リリース #1857

kouho opened this at 2022-05-23T14:36:46; closed

Description

opened by kouho at 2022-05-23T14:36:46; updated 2022-05-23T15:17:04

概要

以下のリリースPRです。
【5/24】激闘!覇戦リーグ・本選 #1767

リリース作業

  • [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
  • [ ] 管理画面

覇戦リーグ本戦

  • 告知
  • swf告知

TODO

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

Comment

#19264 by kouho at 2022-05-23T14:38:20; updated 2022-05-23T14:38:20

@wada
確認お願いいたします。

Comment

#19265 by wada at 2022-05-23T14:55:51; updated 2022-05-23T14:55:51

@kouho
確認okです

wada add_label at 2022-05-23T14:55:53: 和田 LGTM
kouho merge at 2022-05-23T15:16:06: 【5/23】覇戦リーグ・本戦リリース
kouho close at 2022-05-23T15:16:06: Close

Commit range

baseb34a47dc73e7829588da53b0d150505a73bfb6b8
heade68d87bc8b277b738a1496d644317448850e1bfd
base branchjolly/jr-web:master
head branchjolly/jr-web:jackpot_21

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_434_1.jpg
addedpublic_html/img/info_event/info_event_434_2.jpg
addedpublic_html/img/info_event/info_event_435_1.jpg
addedpublic_html/img/info_event/info_event_435_2.jpg
Patch body is stored as a separate file to keep this page lightweight.