Commit cba77a97 by mercymodest

feat: add webcal_calendar_id column to t_webcal_device for calendar identification

parent a43d13ee
alter table t_webcal_device
alter table t_webcal_device
......@@ -19,3 +19,7 @@ CREATE INDEX idx_device_id_webcal_calendar_id ON t_icloud_calendar_sync_event_ca
-- webcal日历ID索引
CREATE INDEX idx_webcal_calendar_id ON t_icloud_calendar_sync_event_category(webcal_calendar_id);
alter table t_webcal_device
add webcal_calendar_id VARCHAR(300) null comment 'webcal calendar id ';
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