PR

【1/13】戦争不参加海賊団のレーティング下げる #1462

wada opened this at 2022-01-13T14:40:16; closed

Description

opened by wada at 2022-01-13T14:40:16; updated 2022-01-13T17:56:54

概要

【1/14】戦争不参加海賊団のレーティング下げる #1457

CREATE TABLE `teamwar_nomatch_list` (
  `ymd_h` int(11) NOT NULL,
  `team_no` int(11) NOT NULL,
  `before_rating` mediumint(9) NOT NULL,
  `member` tinyint(4) NOT NULL,
  `flg` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ymd_h`,`team_no`),
  KEY `ymd_h` (`ymd_h`,`flg`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

TODO

  • [x] テーブル作成
  • [ ] Q&A更新

Comment

#16562 by wada at 2022-01-13T14:41:01; updated 2022-01-13T14:41:01

@iwamoto @kouho
戦争マッチングが当日深夜なので、今日中に本番デプロイします。
確認をお願いします。

Comment

#16565 by kouho at 2022-01-13T15:46:47; updated 2022-01-13T15:46:47

@wada
こちら確認OKです。問題ないと思います。

kouho add_label at 2022-01-13T15:46:50: 皇甫 LGTM

Comment

#16570 by iwamoto at 2022-01-13T16:11:16; updated 2022-01-13T16:11:16

@wada
確認しました。問題ないと思います。

iwamoto add_label at 2022-01-13T16:11:20: 岩本 LGTM
wada merge at 2022-01-13T17:56:54: 【1/13】戦争不参加海賊団のレーティング下げる
wada close at 2022-01-13T17:56:54: Close

Commit range

base9723282d18df0be0ac88b4cd21791b58602712ba
headcd80613ca9d83c2b8e151db51a48c7003674ab63
base branchjolly/jr-web:master
head branchjolly/jr-web:team_rating_down

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/exec/matching_team_battle.php
modifiedlib/exec/team_battle_ranking.php
modifiedpublic_html/template/Ranking.tpl
Patch body is stored as a separate file to keep this page lightweight.