Commit 5393c970 by mercymodest

feat:- add sql

parent 6f18f2c2
alter table t_device_group alter table t_device_group
...@@ -6,3 +6,7 @@ alter table t_questionnaire ...@@ -6,3 +6,7 @@ alter table t_questionnaire
create index t_events_is_from_parse_ics_index create index t_events_is_from_parse_ics_index
on t_events (is_from_parse_ics); on t_events (is_from_parse_ics);
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