PR

【12/28】島テーマリリース #3308

kouho opened this at 2023-12-28T10:28:25; closed

Description

opened by kouho at 2023-12-28T10:28:25; updated 2023-12-28T12:08:49

概要

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

DB更新

【12/28】島テーマリリース jolly/jrye-db#637

リリース作業

チームデータのリセット

#初期化(前回のイベント建物だけ消す)
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`;

TODO

  • [ ] dbデプロイ
  • [ ] webデプロイ
  • [ ] リリース作業
  • [ ] 告知設定
kouho merge at 2023-12-28T12:08:49: 【12/28】島テーマリリース
kouho close at 2023-12-28T12:08:49: Close

Commit range

basec65202da847837308642a5d2f0f95f5ce644cff9
headc828f95c256d269d075afaee0e53a995aa03b9e3
base branchjolly/jr-web:master
head branchjolly/jr-web:build_10048

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/BuildEventConfig.class.php
modifiedlib/exec/tool_jrce_status.php
Patch body is stored as a separate file to keep this page lightweight.