PR

【7/6 15:00】島テーマリリース #2920

wada opened this at 2023-07-05T11:58:15; closed

Description

opened by wada at 2023-07-05T11:58:15; updated 2023-07-06T11:18:56

概要

【7/3】島テーマ実装 #2899
予告のため24時間前までに本番反映

DB更新内容

【7/6 15:00】島テーマリリース jolly/jrye-db#461

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`;

TODO

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

Comment

#28753 by wada at 2023-07-05T11:58:58; updated 2023-07-05T11:58:58

@kouho
確認お願いします。

wada add_label at 2023-07-05T16:38:08: to皇甫
kouho add_label at 2023-07-05T18:59:02: 皇甫 LGTM

Comment

#28800 by kouho at 2023-07-05T18:59:35; updated 2023-07-05T18:59:35

@wada
確認OKです

wada merge at 2023-07-06T11:11:36: 【7/6 15:00】島テーマリリース
wada close at 2023-07-06T11:11:36: Close
wada delete_branch at 2023-07-06T11:11:43: island_0707

Commit range

basee03085bbb2a5b42f342591b9165baa52654aacd5
head3b2cc49c8dc68bb4f54880c4dbe8a138bd5cbdbe
base branchjolly/jr-web:master
head branchjolly/jr-web:island_0707

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed3 filesView patch
statusfile
modifiedlib/conf/class/BuildEventConfig.class.php
modifiedlib/conf/define_y.inc
modifiedlib/exec/tool_jrce_status.php
Patch body is stored as a separate file to keep this page lightweight.