Issue

【11/6】新大陸イベント #370

wada opened this at 2020-10-26T10:13:55; closed

Description

opened by wada at 2020-10-26T10:13:55; updated 2023-04-28T16:33:30

https://docs.google.com/spreadsheets/d/10DMFoRV3IUV6Qod_6hHJTXgGjuJUsOrBiWM68YDU3fQ/edit#gid=1414829881

メモキャッシュ変わり対応(10/30修正)

DROP TABLE IF EXISTS `team_event_new_island_mode_limit`;
CREATE TABLE `team_event_new_island_mode_limit` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `team_no` int(11) NOT NULL,
  `mode_start` int(11) NOT NULL DEFAULT '0' COMMENT 'レアモンスター出現モード開始',
  `mode_end` int(11) NOT NULL DEFAULT '0' COMMENT 'レアモンスター出現モード終了',
  `user_no` int(11) NOT NULL COMMENT 'フックモンスター討伐ユーザー',
  `nickname` char(50) NOT NULL DEFAULT 'no_name' COMMENT 'フックモンスター討伐ユーザーのニックネーム',
  PRIMARY KEY (`id`),
  KEY `team_no` (`team_no`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
wada change_milestone at 2020-10-26T10:17:45: No milestone:release_20201106
iwamoto assign at 2020-10-30T18:36:07: Not assigned:iwamoto
iwamoto commit at 2020-10-30T18:36:21: table 追加#370 2409339b6abb2524d3346eaa9f0607d71ba6a926
iwamoto commit at 2020-10-30T18:36:21: memcacheからdbへ変更#370 4d0efa76f231d7d98e70d6ea61f749c059e100bd
iwamoto commit at 2020-10-30T18:36:21: ざっくり対応 trycatch #370 f27b8432f9988658e405a3bde6ef4dde284ef144

Comment

#8011 by iwamoto at 2020-10-30T18:38:32; updated 2020-10-30T19:02:58

commitがひとつとんでしまったのでコメント
c2853c4b59183c43dfe406c0bb68d6692eb29553

iwamoto commit at 2020-10-30T19:13:49: daoの追加忘れ #370 253d91004c1ab78632f24ee424d11e9bb9d045ee
iwamoto commit at 2020-11-01T14:34:08: table 設定の変更修正#370 cee25309552e8181f4d664d15f10ffbe24908ea6
iwamoto commit at 2020-11-01T14:34:08: table修正に伴う諸々修正#370 ddfbd024b28bb083503c347b80941a8ddee773d2
iwamoto commit at 2020-11-01T14:34:08: migrate 修正 #370 5b685059048f68ce12ae49d21eb11ef6fb5b19db
iwamoto commit at 2020-11-01T14:34:08: 関数周りの修正 #370 aae386b626382550f42f949289528f96ea7b22b4
iwamoto commit at 2020-11-01T14:34:08: 新大陸イベント 基本設定#370 8a11bdffe8b79aa7cfed25bd894da4a16f568887
iwamoto commit at 2020-11-01T14:34:08: GK設定 #370 2e60725c000932f3ad109ce470dcc9d2fc8d49e0
iwamoto commit at 2020-11-02T00:18:20: 設定ミス修正#370 d9ad680e5b4ede414aaa828236a13808d52e3cf1
iwamoto commit at 2020-11-02T00:18:20: 報酬設定 error 対応 #370 86af84971b4f942a8c8078c730d26710d530794e
iwamoto commit at 2020-11-02T00:18:20: 関数名&引数の修正#370 8966ca04955522a0bb452419ec4800f98455e1b2
iwamoto refer at 2020-11-02T10:13:15: 382:【11/06】新大陸イベント4開催
iwamoto commit at 2020-11-02T10:36:18: table 追加#370 73326db0de69d8bb036fc7b399d7b2de38c43418
iwamoto commit at 2020-11-02T10:36:18: memcacheからdbへ変更#370 4d1fa708285c11ddff7e92251f0d0fc8c451e76e
iwamoto commit at 2020-11-02T10:36:18: daoの追加忘れ #370 40cd6a0275821aa2de5bbd4467a6c69222e0ab0c
iwamoto commit at 2020-11-02T10:36:18: table 設定の変更修正#370 2226f7b0d20ba5d7c154268531c38a8dc8ef4dc7
iwamoto commit at 2020-11-02T10:36:18: table修正に伴う諸々修正#370 461abe039369717805306248b5b22f92ec6e3f36
iwamoto commit at 2020-11-02T10:36:18: migrate 修正 #370 994e828ed6dcc4947e70a47792fd0468f9f3323b
iwamoto commit at 2020-11-02T10:36:18: 関数周りの修正 #370 5ec3fd96c8549c7367bfd752b979d49fcfab7204
iwamoto commit at 2020-11-02T10:36:18: 関数名&引数の修正#370 65bf4bd47fa6d0371b6f070fa86da0f1bd1a50b0
iwamoto refer at 2020-11-02T10:42:03: 386:【11/6】新大陸イベント
iwamoto refer at 2020-11-02T10:52:33: 284:ブラウザバック対策(新大陸イベント)
iwamoto refer at 2020-11-02T11:19:05: 388:【11/6】新大陸イベント
iwamoto close_comment at 2020-11-06T19:23:58: ひとまず完了のためclose