Commit 0a628b9d by mercymodest

feat:- add sql

parent be857f2a
alter table t_events alter table t_events
...@@ -127,3 +127,6 @@ CREATE INDEX idx_device_id ON t_third_party_calendar_device(device_id); ...@@ -127,3 +127,6 @@ CREATE INDEX idx_device_id ON t_third_party_calendar_device(device_id);
alter table t_third_party_calendar_list alter table t_third_party_calendar_list
add device_id BIGINT null comment '设备ID'; add device_id BIGINT null comment '设备ID';
alter table t_third_party_calendar_list
add record_id BIGINT null comment '记录ID(第三方日历导入的BatchId)';
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