PR

【4/27】島テーマ5月 #4624

noda opened this at 2026-04-22T19:06:35; closed

Description

opened by noda at 2026-04-22T19:06:35; updated 2026-04-28T10:09:00

概要

https://docs.google.com/spreadsheets/d/1jpx0_TY4X9r1NRCtXp8r87BKAjiavUg4phfHKKW12Eo/edit?gid=2120632986#gid=2120632986

DB更新

【4/27】島テーマ 5月 jolly/jrye-db#1399

リリース作業

データのリセット

#初期化(前回のイベント建物だけ消す)
DELETE FROM `user_build_stack` WHERE `build_x` = 99 AND `build_y` = 99;
DELETE FROM `user_object` WHERE `build_x` =99 AND `build_y` =99;
#確認
SELECT * FROM `user_build_stack` WHERE `build_x` = 99 AND `build_y` = 99;
SELECT * FROM `user_object` WHERE `build_x` =99 AND `build_y` =99;

ユーザ進捗データのリセット

TRUNCATE TABLE `user_build_event_bonus`;
TRUNCATE TABLE `user_build_event_bonus_daily`;
TRUNCATE TABLE `log_build_event_bonus_time`;
TRUNCATE TABLE `log_build_event_bonus_time_main`;
TRUNCATE TABLE `log_build_event_bonus_time_use`;
TRUNCATE TABLE `log_user_build_bonus_ranking`;
TRUNCATE TABLE `log_user_build_event_early_bonus`;

リリースTODO

  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] リリース作業
  • [x] 告知設定
  • [x] 本番確認依頼

Comment

#45514 by noda at 2026-04-22T19:06:53; updated 2026-04-22T19:06:53

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

Comment

#45565 by kouho at 2026-04-24T17:18:47; updated 2026-04-24T17:18:47

@noda
この画像に適切なのはイベント建物名ですので、紫陽花が正かと思います。
public_html/img/info_jrye/BuildEventImg/10028/reward_example.jpg

kouho add_label at 2026-04-24T17:18:49: コメントあり

Comment

#45571 by noda at 2026-04-24T17:28:17; updated 2026-04-24T17:28:17

@kouho

>この画像に適切なのはイベント建物名ですので、紫陽花が正かと思います。
public_html/img/info_jrye/BuildEventImg/10028/reward_example.jpg

修正しました。

kouho add_label at 2026-04-24T17:54:06: 皇甫 LGTM
kouho delete_label at 2026-04-24T17:55:09: コメントあり

Comment

#45576 by kouho at 2026-04-24T17:55:17; updated 2026-04-24T17:55:17

@noda
確認OKです

noda merge at 2026-04-28T09:52:45: 【4/27】島テーマ5月
noda close at 2026-04-28T09:52:45: Close
noda delete_branch at 2026-04-28T09:52:50: build_10028

Commit range

base48fa60cde55515e4efc24db858b5feed684cda26
head8f3fe208e8fe588fd8915ace68e1d68fc4f644e2
base branchjolly/jr-web:master
head branchjolly/jr-web:build_10028

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed33 filesView patch
statusfile
addedisland_img/island_20017.jpg
addedisland_img/object_20017.png
addedisland_img/object_999997_20017.png
addedisland_img/object_event_0_20017.png
modifiedisland_img/object_event_10028_2.png
modifiedisland_img/object_event_10028_3.png
addedisland_img/object_event_10028_4.png
addedisland_img/object_event_10028_5.png
modifiedlib/conf/class/BuildEventConfig.class.php
modifiedlib/exec/tool_jrce_status.php
addedpublic_html/img/banner/build_10028_1_1.jpg
addedpublic_html/img/banner/build_10028_1_2.jpg
addedpublic_html/img/banner/build_10028_2_1.jpg
addedpublic_html/img/banner/build_10028_2_2.jpg
addedpublic_html/img/info_event/info_event_1818_1.jpg
addedpublic_html/img/info_event/info_event_1818_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/howtoplay.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/notice_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/reward_example.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/reward_lvup.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/reward_object.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/sp_combination.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/sp_detail.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/sp_get.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/sp_island.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10028/sp_island_bar.jpg
addedpublic_html/img/island/background/20017.jpg
addedpublic_html/img/island/object/object_20017.png
addedpublic_html/img/island/object/object_999997_20017.png
addedpublic_html/img/island/object/object_999997_6091.png
addedpublic_html/img/island/object/object_event_0_20017.png
addedpublic_html/img/island/object/object_event_0_6091.png
Patch body is stored as a separate file to keep this page lightweight.