PR

【10/11】リリース #1205

wada opened this at 2021-10-08T17:26:56; closed

Description

opened by wada at 2021-10-08T17:26:56; updated 2025-09-27T11:26:05

概要

【10/6】ヤマダキャンペーン紅玉消費クエスト #1192
【10/8】ヤマダお試しセットの空白期間を減らす jolly/jrye-db#12

CREATE TABLE `user_campaign_quest` (
  `user_no` int(11) NOT NULL,
  `campaign_no` int(11) NOT NULL,
  `quest_no` int(11) NOT NULL,
  `receive_flg` tinyint(4) NOT NULL DEFAULT '0',
  `border_type` int(11) NOT NULL,
  `border_key` int(11) NOT NULL,
  `border_count` int(11) NOT NULL,
  `clear_count` int(11) NOT NULL DEFAULT '0',
  `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`user_no`,`campaign_no`,`quest_no`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
wada assign at 2021-10-08T17:27:03: Not assigned:wada

Comment

#14291 by kouho at 2021-10-11T11:22:28; updated 2021-10-11T11:22:28

@wada
確認しました。OKです。

wada merge at 2021-10-11T11:52:10: 【10/11】リリース
wada close at 2021-10-11T11:52:10: Close

Commit range

base30abb12925d863661956e1ec280c91066f6c0a2c
heade662b04aac31f39f99e6964794e7de8bead9d1f3
base branchjolly/jr-web:master
head branchjolly/jr-web:release_1011

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed23 filesView patch
statusfile
modifiedlib/SubFunc_mission.inc
modifiedlib/ajax/main_default.inc
addedlib/models/Campaign_quest.php
addedlib/models/dao/master_campaign_quest.php
addedlib/models/dao/master_campaign_quest_border.php
addedlib/models/dao/master_campaign_quest_reward.php
addedlib/models/dao/user_campaign_quest.php
addedlib/public/Quest-Campaign.inc
addedlib/public/Quest-CampaignClear.inc
modifiedlib/public/Quest-Daily.inc
modifiedlib/public/Quest-Default.inc
modifiedlib/public/Quest-LoginBonus.inc
modifiedlib/public/Quest-TeamWarDetail.inc
modifiedpublic_html/index.php
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/js/jr_main.min.js
modifiedpublic_html/template/Main.tpl
addedpublic_html/template/Quest-Campaign.tpl
modifiedpublic_html/template/Quest-Daily.tpl
modifiedpublic_html/template/Quest-Default.tpl
modifiedpublic_html/template/Quest-LoginBonus.tpl
modifiedpublic_html/template/Quest-TeamWarDetail.tpl
modifiedpublic_html/template/header_sp.tpl
Patch body is stored as a separate file to keep this page lightweight.