PR

【5/1】天下無双の賞金首 #3468

kouho opened this at 2024-04-24T17:49:39; closed

Description

opened by kouho at 2024-04-24T17:49:39; updated 2024-05-01T13:26:29

概要

https://docs.google.com/spreadsheets/d/1NdfE9VmkOswjm4-eJg-0oQvcV2pajabHQW6uNawgBLA/edit#gid=305527652

DB更新内容

jolly/jrye-db#
達成報酬は仮の状態。調整が入る予定。

リリース作業

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_battle_event_log.inc (event_no = 32)
ENVIRONMENT=production PF=yamada php tool_delete_battle_event_log.inc

DBの初期化

#更新
UPDATE `user_mission` SET `m_event_limit` = '0', `m_event_info` = '20', `event_bonus_limit` = '0', `m_event_stamina_limit` = '23';
TRUNCATE TABLE `log_battle_event_point`;
TRUNCATE TABLE `log_user_event_pt`;

#確認用
SELECT `user_no`,`m_event_limit`,`m_event_info`,`event_bonus_limit`,`m_event_stamina_limit` FROM `user_mission` ORDER BY `m_event_limit` DESC;
SELECT * FROM log_battle_event_point;
SELECT * FROM log_user_event_pt;

TODO

  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] log移動
  • [x] db初期化
  • [x] 告知設定

Comment

#34309 by wada at 2024-04-24T20:25:26; updated 2024-04-24T20:25:26

@kouho
終了日が仕様書と違います。

wada add_label at 2024-04-24T20:41:13: コメントあり

Comment

#34333 by kouho at 2024-04-25T11:24:07; updated 2024-04-25T11:24:07

@wada
確認ありがとうおざいます。終了日修正いたしました。

Comment

#34348 by wada at 2024-04-25T15:25:08; updated 2024-04-25T15:25:08

@kouho
確認OKです。

wada delete_label at 2024-04-25T15:25:10: コメントあり
wada add_label at 2024-04-25T15:25:11: 和田 LGTM
kouho merge at 2024-04-30T11:57:40: 【5/1】天下無双の賞金首
kouho close at 2024-04-30T11:57:40: Close

Commit range

base2457511436bc21a986869d8091623e4c5f4d2b47
head901d1de73cd70a2cf2102d84a3de213406186d49
base branchjolly/jr-web:master
head branchjolly/jr-web:battle_event_0501

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed14 filesView patch
statusfile
modifiedlib/conf/class/BattleEventConfig.class.php
modifiedlib/conf/define_y.inc
addedpublic_html/img/info_event/info_event_978_1.jpg
addedpublic_html/img/info_event/info_event_978_2.jpg
addedpublic_html/img/info_event/info_event_979_1.jpg
addedpublic_html/img/info_event/info_event_979_2.jpg
addedpublic_html/img/info_jrye/BattleEventImg/33/detail_how_to_play.jpg
addedpublic_html/img/info_jrye/BattleEventImg/33/heder.jpg
addedpublic_html/img/info_jrye/BattleEventImg/33/reward_achievement.jpg
addedpublic_html/img/info_jrye/BattleEventImg/33/reward_card.jpg
addedpublic_html/img/info_jrye/BattleEventImg/33/reward_new_point_1.jpg
addedpublic_html/img/info_jrye/BattleEventImg/33/reward_ranking.jpg
addedpublic_html/img/info_jrye/BattleEventImg/33/reward_synthesis.jpg
addedpublic_html/img/ranking/event_battle/info33.jpg
Patch body is stored as a separate file to keep this page lightweight.