PR

【3/1】島テーマ #3377

kouho opened this at 2024-02-21T17:56:29; closed

Description

opened by kouho at 2024-02-21T17:56:29; updated 2024-02-29T11:03:47

概要

https://docs.google.com/spreadsheets/d/1Wve9Vw88TJoFdbV8f5Y5U-60GhqUrIypUdXooPyavF0/edit#gid=2120632986
反映は2/27 15:00まで

DB更新

島テーマ jolly/jrye-db/

リリース作業

チームデータのリセット

#初期化(前回のイベント建物だけ消す)
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] 告知設定

Comment

#33368 by kouho at 2024-02-21T17:57:33; updated 2024-02-21T17:57:33

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

kouho merge at 2024-02-29T10:56:38: 【3/1】島テーマ
kouho close at 2024-02-29T10:56:38: Close

Commit range

base5c03614e9014db83ca9804d7241e15b14fd787cf
head85c5a6bf0c3db1a42f78e1528751ab235c22ec53
base branchjolly/jr-web:master
head branchjolly/jr-web:build_10086

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.