PR

【2/7 16:00】レイドイベント #3341

wada opened this at 2024-02-01T09:41:05; closed

Description

opened by wada at 2024-02-01T09:41:05; updated 2024-02-07T10:36:37

概要

https://docs.google.com/spreadsheets/d/1OaV4K-d6-6FBXphzy0Obmwn2nMxM-hvUJhpBEHbyRcU/edit#gid=455862815

DB更新内容

【2/7 16:00】レイドイベント jolly/jrye-db#650

リリース

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_raid_log.inc (event_no = 前回のもの へ変更)
ENVIRONMENT=production PF=yamada php tool_delete_raid_log.inc

DBの初期化

#更新
UPDATE `user_mission` SET `raid_point`=0,`raid_point2`=0,`total_raid_point`=0,`m_event_limit`=0;
UPDATE `team_data` SET `raid_stamina`=0,`raid_monster`=0,`raid_monster_vs`=0,`raid_lv`=0,`raid_count`=0,`total_raid_count`=0,`event_raid_count`=0,`war_bonus_time`=0,`event_prize`=0,`raid_vs_end_time`=0;

#確認用
SELECT `user_no`,`raid_point`,`raid_point2`,`total_raid_point`,`m_event_limit` FROM `user_mission` ORDER BY `m_event_limit` DESC
SELECT `raid_stamina`,`raid_monster`,`raid_monster_vs`,`raid_lv`,`raid_count`,`total_raid_count`,`event_raid_count`,`war_bonus_time`,`event_prize`,`raid_vs_end_time` FROM `team_data` WHERE del_flg=0 ORDER BY `raid_stamina` DESC

TODO

  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] リリース作業
  • [x] 告知設定
  • [x] 戦闘デモ設定

Comment

#33051 by wada at 2024-02-01T09:41:12; updated 2024-02-01T09:41:12

@kouho
レビューお願いします。

kouho add_label at 2024-02-01T13:25:21: 皇甫 LGTM

Comment

#33064 by kouho at 2024-02-01T13:26:27; updated 2024-02-01T13:26:27

@wada
確認OKです

wada merge at 2024-02-07T10:19:55: 【2/7 16:00】レイドイベント
wada close at 2024-02-07T10:19:55: Close
wada delete_branch at 2024-02-07T10:19:59: raid_0207

Commit range

base8195718f230aabeb8e70ebb6bc4a6afb2973ff29
headea668137e3040e3f7382c831f27d159333bb8c2d
base branchjolly/jr-web:master
head branchjolly/jr-web:raid_0207

View commits

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