PR

【1/29】天下無双の賞金首 #3332

wada opened this at 2024-01-22T18:11:04; closed

Description

opened by wada at 2024-01-22T18:11:04; updated 2024-01-29T11:52:21

概要

https://docs.google.com/spreadsheets/d/1tGVez2_6MEbX7s60hZg_zVemuCiybQaXBOQAOpE49Hs/edit#gid=305527652

DB更新内容

【1/29】天下無双の賞金首 jolly/jrye-db#645

リリース作業

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_battle_event_log.inc (event_no = 30)
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

#32967 by wada at 2024-01-22T18:11:12; updated 2024-01-22T18:11:12

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

wada merge at 2024-01-26T17:39:56: 【1/29】天下無双の賞金首
wada close at 2024-01-26T17:39:56: Close
wada delete_branch at 2024-01-26T17:40:00: battle_event_0128

Commit range

base8b6c9c1a1f27e057a7bfb7f4c5de8966830e5e10
head38f4545b98e044bd82d38104ad629a94f2ad1bba
base branchjolly/jr-web:master
head branchjolly/jr-web:battle_event_0128

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed15 filesView patch
statusfile
modifiedlib/SubFunc_mission.inc
modifiedlib/conf/class/BattleEventConfig.class.php
modifiedlib/models/Banner.php
modifiedlib/models/Battle_event_model.php
addedpublic_html/img/banner/BattleEvent/banner_battle_chain1_1.jpg
addedpublic_html/img/banner/BattleEvent/banner_battle_chain1_2.jpg
addedpublic_html/img/banner/BattleEvent/banner_battle_chain2_1.jpg
addedpublic_html/img/banner/BattleEvent/banner_battle_chain2_2.jpg
addedpublic_html/img/info_jrye/BattleEventImg/header_gold_rush.jpg
addedpublic_html/img/mission/effect/ef98_1_1.jpg
modifiedpublic_html/js/JOLLYROGER_mission.js
modifiedpublic_html/js/jr_mission.min.js
modifiedpublic_html/template/Mission.tpl
modifiedpublic_html/template/Ranking-Event.tpl
modifiedpublic_html/template/header_sp.tpl
Patch body is stored as a separate file to keep this page lightweight.