Description
【3/9】新大陸イベント #636
リリース作業
- [x] DBの初期化
#DBの初期化
1.team_data
更新
UPDATE team_data SET event_info = 0,event_info2 = 50,event_info3 = 0 WHERE `del_flg` = 0;
確認
SELECT `team_no` , `event_info` , `event_info2` , `event_info3` FROM `team_data` WHERE `del_flg` = 0;
2.user_event_new_island
更新(空にする)
truncate table user_event_new_island;
確認
SELECT * FROM `user_event_new_island`;- [x] 本番DB更新
今回はmaster_itemの更新有
jrye-dbの
develop->masterへmergeする
#本番DBに反映
deploy db- [x] 本番環境更新
#本番環境に反映
ssh jr-adm
update web
deploy web
# バッチファイルの設定
crontab -e
6,16,26,36,46,56 * * * * ENVIRONMENT=${JR_ENV} PF=yamada ${JR_DIR}/lib/exec/event_ranking_event_island.sh
//イベントランキング
3 0 22 * * ENVIRONMENT=${JR_ENV} PF=yamada ${JR_DIR}/lib/exec/event_item_change_gold.sh