Commit 4dbc0014 by mercymodest

feat: add complete_user_calendar_category_id column to t_events for…

feat: add complete_user_calendar_category_id column to t_events for non-repetitive task completion status
parent eb5277e4
## 新增任务类型 ## 新增任务类型
## 新增任务类型 ## 新增任务类型
alter table t_events alter table t_events
add task_type tinyint null comment '任务类型 0:Individual 1:Compete,可能为 NULL 为 NULL表示的是旧数据,旧数据会当作 {@code Individual} 处理'; add task_type tinyint null comment '任务类型 0:Individual 1:Compete,可能为 NULL 为 NULL表示的是旧数据,旧数据会当作 {@code Individual} 处理';
## 新增非重复任务的完成状态
alter table t_events
add complete_user_calendar_category_id BIGINT null comment '完成对应的{@code userCalendarCategoryId} {@link cn.dankal.calendar.common.enums.TaskType#COMPETE}';
## 新增完成对应的任务分类 ## 新增完成对应的任务分类
alter table t_misc_event_records alter table t_misc_event_records
......
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