PR

有償PUの集計・再集計 #4518

wada opened this at 2026-02-16T13:50:16; closed

Description

opened by wada at 2026-02-16T13:50:16; updated 2026-02-16T17:06:16

概要

以下の対応のため、有償PUを再集計

総合データ(月間) に
有償PU・ARPPU・ARPU・課金率追加

カラム追加

ALTER TABLE `cpanel_month_sum_payment_log` 
ADD COLUMN `payment_unique` int(11) NOT NULL DEFAULT 0 AFTER `unique`;
wada merge at 2026-02-16T13:51:30: 有償PUの集計・再集計
wada close at 2026-02-16T13:51:30: Close
wada delete_branch at 2026-02-16T17:06:16: recount_cpanel_log

Commit range

basebd5ca706f9c05d5080c6ddf260b25167d96c7c5f
head378afdc2d309f58a701276459d5aa25c16aaa122
base branchjolly/jr-web:master
head branchjolly/jr-web:recount_cpanel_log

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
modifiedlib/exec/cpanel_payment_log.php
addedlib/exec/tool_recount_cpanel_month_sum_payment_log.php
Patch body is stored as a separate file to keep this page lightweight.