PR

強化アイテム使用ログ #3674

wada opened this at 2024-09-06T11:01:03; closed

Description

opened by wada at 2024-09-06T11:01:03; updated 2024-09-06T18:31:38

概要

https://trello.com/c/RqcAEoRc/719-%E3%83%AD%E3%83%BC%E3%83%89%E3%82%AD%E3%83%A9%E3%83%BC%E3%83%AD%E3%82%B0%E3%81%8C%E3%81%AA%E3%81%84

追加テーブル

CREATE TABLE `log_card_strong_item` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_no` int(10) unsigned NOT NULL,
  `card_holder_no` int(10) unsigned NOT NULL,
  `item_no` int(10) unsigned NOT NULL,
  `reg_date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `reg_date` (`reg_date`),
  KEY `user_no` (`user_no`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

Comment

#36448 by wada at 2024-09-06T11:01:11; updated 2024-09-06T11:01:11

@kouho
レビューお願いします。

kouho add_label at 2024-09-06T17:23:56: 皇甫 LGTM

Comment

#36453 by kouho at 2024-09-06T17:24:10; updated 2024-09-06T17:24:10

@wada
確認OKです

wada merge at 2024-09-06T18:31:32: 強化アイテム使用ログ
wada close at 2024-09-06T18:31:32: Close
wada delete_branch at 2024-09-06T18:31:38: log_card_strong_item

Commit range

basea920ca703fd538679c2b1769169afd3005846d48
head1bf57ef9d190afc124a056b370ece025c42c7b5f
base branchjolly/jr-web:master
head branchjolly/jr-web:log_card_strong_item

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
addedlib/models/dao/log_card_strong_item.php
modifiedlib/public/Card-ExecStrong.inc
Patch body is stored as a separate file to keep this page lightweight.