Commit d449bf99 by mercy

feat: add sql.

parent 2c468fb1
alter table t_device_group alter table t_device_group
...@@ -108,7 +108,8 @@ alter table t_user ...@@ -108,7 +108,8 @@ alter table t_user
alter table t_events alter table t_events
modify current_city text null comment '当前城市'; modify current_city text null comment '当前城市';
alter table t_events
add event_record_id BIGINT null comment '事项记录ID,用于记录事项的来源(etc.webcal邮件导入的邮件记录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