Commit 59638974 by mercymodest

feat: add task timeout penalty fields to t_misc_event_records for tracking penalties

parent 42241b14
# 完成记录表增加任务超时惩罚相关字段
# 完成记录表增加任务超时惩罚相关字段
alter table t_misc_event_records
add task_timeout_status tinyint default 0 null comment '任务是否超时 0:未超时 1:超时';
alter table t_misc_event_records
add task_timeout_penalty_star_percent decimal(6, 2) null comment '任务超时惩罚获得星星百分比(etc.0.02)';
alter table t_misc_event_records
add task_timeout_penalty_star_count int null comment '任务超时获取的星星数量';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment