PR

【8/2】新大陸・リリース #2157

kouho opened this at 2022-08-01T16:22:48; closed

Description

opened by kouho at 2022-08-01T16:22:48; updated 2022-08-02T11:21:09

概要

以下のPRです。
報酬配布&リリース作業は8/2 確認でき次第開始予定

  • 新大陸イベントのリリース 【8/2】新大陸 #2097

今回前日までのイベントの報酬配布はありません。

ブランチ

web:new_island_19
db:new_island_19

db PR

https://git.dev.d-es.co.jp/gitbucket/jolly/jrye-db/pull/133

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

  • 開発ブランチとの差異はないか
  • 新大陸は正常に開催されるか

TODO

リリース作業

リリース

  • [x] DBの初期化
#DBの初期化

1.team_data 
更新
UPDATE team_data SET event_info = 0,event_info2 = 50 ,event_info3 = 0 WHERE `del_flg` = 0;
確認
SELECT  `team_no` ,  `event_info` ,  `event_info2` ,  `event_info3`  FROM  `team_data` WHERE `del_flg` = 0;

2.user_event_new_island
更新(空にする)
truncate table  user_event_new_island;
確認
SELECT  * FROM  `user_event_new_island`;
  • [x] 本番DB更新
Merge Pull Request
ssh jr-adm
deploy db
  • [x] 本番環境更新
#本番環境に反映
Merge Pull Request
ssh jr-adm
update web
deploy web

ssh jr-web01
#実際に更新のあったファイルが更新された確認

管理画面

  • 新大陸
  • 告知
  • swf告知
  • トレード解禁告知
  • 告知バナー
  • カードステータス
  • 戦闘デモ
  • レイド
  • 告知
  • swf告知

Merge master

  • [x] develop
  • [x] cpanel

close issue and branch

  • [x] issue
  • [x] branch

Comment

#21276 by kouho at 2022-08-01T16:24:06; updated 2022-08-01T16:24:06

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

Comment

#21295 by wada at 2022-08-01T18:02:51; updated 2022-08-01T18:02:51

@kouho
確認OKです。

wada add_label at 2022-08-01T18:02:54: 和田 LGTM
kouho merge at 2022-08-01T18:43:55: 【8/2】新大陸・リリース
kouho close at 2022-08-01T18:43:55: Close

Commit range

base42a09d1df58db06f02edeeb4ca62cfcc72a22c8a
head94a9ace31da3c9fbe9d5059c9faf0feaeefb3c30
base branchjolly/jr-web:master
head branchjolly/jr-web:newisland_19

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/MissionMonsterConfig.class.php
modifiedlib/conf/class/NewIslandConfig.class.php
modifiedlib/conf/class/NewIslandStageConfig.class.php
modifiedlib/conf/define_y.inc
modifiedpublic_html/template/Main.tpl
Patch body is stored as a separate file to keep this page lightweight.