PR

【12/13 12:00まで】新大陸リリース #2459

kouho opened this at 2022-12-12T10:49:55; closed

Description

opened by kouho at 2022-12-12T10:49:55; updated 2022-12-13T11:26:57

概要

以下のPRです。

  • 新大陸イベントのリリース

リリース作業は12/13

db PR

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

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

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

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

  • [ ] issue
  • [ ] branch

Comment

#24344 by kouho at 2022-12-12T11:34:33; updated 2022-12-12T11:34:33

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

Comment

#24355 by wada at 2022-12-12T15:33:27; updated 2022-12-12T15:33:27

@kouho
確認しました。OKです。

wada add_label at 2022-12-12T15:33:30: 和田 LGTM
kouho merge at 2022-12-13T11:24:36: 【12/13 12:00まで】新大陸リリース
kouho close at 2022-12-13T11:24:36: Close

Commit range

base607953c31b57c9ef72dba29e17412a6f4113ebbd
head311892fce3ce32613682627b7ea94921f1503258
base branchjolly/jr-web:master
head branchjolly/jr-web:newisland_22

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed3 filesView patch
statusfile
modifiedlib/conf/class/MissionMonsterConfig.class.php
modifiedlib/conf/class/NewIslandConfig.class.php
modifiedlib/conf/define_y.inc
Patch body is stored as a separate file to keep this page lightweight.