Commit 858924ab by mercymodest

feat:- add sql

parent 6dedc8f3
alter table t_device_group alter table t_device_group
...@@ -22,6 +22,9 @@ alter table t_user ...@@ -22,6 +22,9 @@ alter table t_user
alter table t_email_callback_log alter table t_email_callback_log
add utc_offset tinyint default 0 null comment '时区偏移量'; add utc_offset tinyint default 0 null comment '时区偏移量';
alter table t_user_device_codes
add s3_keys text null comment 's3 key 集合';
UPDATE t_events UPDATE t_events
......
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