Commit d0fea048 by mercymodest

feat:- add sql

parent a57f8e4e
alter table t_device_group
alter table t_device_group
......@@ -137,6 +137,11 @@ drop index t_device_group_order_id_index on t_device_group;
create index t_device_group_dynamo_db_order_id_index
on t_device_group (dynamo_db_order_id);
alter table t_device_group
modify dynamo_db_order_id bigint null comment 'DynamoDB#order_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