Commit 5146bb50 by mercymodest

feat:- add sql

parent 87fdcbf8
alter table t_device_group
alter table t_device_group
......@@ -118,4 +118,8 @@ alter table t_events
UPDATE t_events
SET is_from_parse_ics=1
WHERE sync_event_id is not null;
\ No newline at end of file
WHERE sync_event_id is not null;
alter table t_device_group
modify public_cert text null comment '公共证书,作为 DynamoDB 表的分区键。';
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