PR

【3/9】リリース・島テーマ #1611

kouho opened this at 2022-03-09T10:25:02; closed

Description

opened by kouho at 2022-03-09T10:25:02; updated 2022-03-09T13:05:35

概要

以下のリリースPRです。
【3/9】島テーマ #1592

ブランチ

web:event_build_0309
db:event_build_0309

以下リリース手順

島テーマイベントリリース

建築物 object_no = 10037

DB更新

  • [x] DB更新
git checkout master
git merge event_build_0309
git push 

#本番
ssh jr-adm
deploy db

リリース作業

  • [x] DBの初期化
#対象テーブル
1.`user_build_stack`
2.`user_object`
3.`user_build_event_bonus`
4.`user_build_event_bonus_daily`
5.`log_build_event_bonus_time`
6.`log_build_event_bonus_time_main`
7.`log_build_event_bonus_time_use`

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

3 ~ 7
 念のため、TRUNCATE前にバックアップを取得しておく
  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`;
  • [x] 本番環境更新
#本番更新
ssh jr-adm
update web
deploy web
  • [x] 管理画面

島テーマ

  • 告知
  • swf告知

TODO

確認できしだいリリースします。

Comment

#17731 by kouho at 2022-03-09T10:25:41; updated 2022-03-09T10:25:41

@wada
念の為確認お願いいたします。

kouho merge at 2022-03-09T13:04:03: 【3/9】リリース・島テーマ
kouho close at 2022-03-09T13:04:03: Close

Commit range

base07cc3ccaf72d156c147344f6fcf405cb40560dbe
head3d0388cebb57175b0f3eb8dc4777ac8dc32ab49d
base branchjolly/jr-web:master
head branchjolly/jr-web:event_build_0309

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