Commit 1935dd19 by mercymodest

feat:- add sql

parent 5393c970
alter table t_device_group
alter table t_device_group
......@@ -7,6 +7,11 @@ alter table t_questionnaire
create index t_events_is_from_parse_ics_index
on t_events (is_from_parse_ics);
alter table t_user_device_codes
add hide_overdue tinyint(1) default 0 null comment '是否隐藏逾期杂物 0:否 1:是 default: 0';
UPDATE t_events
SET is_from_parse_ics=1
WHERE sync_event_id is not null;
\ No newline at end of file
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