Commit 72de055a by mercymodest

feat:- add sql

parent 1935dd19
alter table t_device_group
alter table t_device_group
......@@ -10,6 +10,10 @@ create index t_events_is_from_parse_ics_index
alter table t_user_device_codes
add hide_overdue tinyint(1) default 0 null comment '是否隐藏逾期杂物 0:否 1:是 default: 0';
alter table t_user_calendar_categories
add is_webcal_default tinyint(1) default 0 null comment '是否是Webcal日历的默认分类 0:否 1:是 default:0';
UPDATE t_events
......
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