PR

【10/10 16:00】レイド第3期「猛進!ミノタウロス」リリース #3143

wada opened this at 2023-10-10T09:36:53; closed

Description

opened by wada at 2023-10-10T09:36:53; updated 2023-10-10T12:10:37

概要

【10/10開催】レイド第3期「猛進!ミノタウロス」実装 #3137

DB更新内容

【10/10開催】レイド第3期「猛進!ミノタウロス」実装 jolly/jrye-db#555

リリース作業

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_raid_log.inc (event_no = 55 へ変更)
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] 戦闘デモ確認

Comment

#30952 by wada at 2023-10-10T09:37:20; updated 2023-10-10T09:37:20

@kouho
確認お願いします。

kouho add_label at 2023-10-10T11:33:32: 皇甫 LGTM

Comment

#30961 by kouho at 2023-10-10T11:33:41; updated 2023-10-10T11:33:41

@wada
確認OKです

wada merge at 2023-10-10T12:06:01: 【10/10 16:00】レイド第3期「猛進!ミノタウロス」リリース
wada close at 2023-10-10T12:06:01: Close
wada delete_branch at 2023-10-10T12:06:07: RaidMonster1010

Commit range

base031407045e32f5cd1456930803055d1ee034665d
headedba87f1be67f24f12316eec526919413e4e37ff
base branchjolly/jr-web:master
head branchjolly/jr-web:RaidMonster1010

View commits

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