PR

【11/06】新大陸イベント4開催 #382

iwamoto opened this at 2020-11-02T10:13:15; closed

Description

opened by iwamoto at 2020-11-02T10:13:15; updated 2023-05-17T16:12:03

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

Comment

#8025 by iwamoto at 2020-11-02T10:16:05; updated 2020-11-02T10:16:05

今回こちらの作成必要

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;

Comment

#8026 by iwamoto at 2020-11-02T10:19:06; updated 2020-11-02T10:19:06

イベント開始前に行うテーブル作業

UPDATE team_data SET event_info = 0,event_info2 = 50,event_info3 = 0 WHERE `del_flg` = 0;
truncate table  user_event_new_island
iwamoto close_comment at 2020-11-02T10:24:57: あげなおすのでclose

Commit range

base8292a27c54c7502798264460441cd44db8ec8775
head8966ca04955522a0bb452419ec4800f98455e1b2
base branchjolly/jr-web:develop
head branchjolly/jr-web:event_newisland_4_370

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changeddiff unavailable from SQL export only
The SQL dump stores PR commit IDs, but not the actual file patch. Regenerate with --repositories-root /path/to/gitbucket/repositories after mirroring repositories to include unified diff output.