Commit 6d744d5f by larosa

create index on table

parent cd876c30
Showing with 4 additions and 2 deletions
......@@ -32,4 +32,6 @@ alter table lie_shop_sku modify column cost_price decimal(10, 4) unsigned defaul
delete from lie_shop_picture where create_time > 1730736735 and spu_id = 0;
update lie_shop_push_sku_log set audit_status = 1 where create_time > 1730368800 and platform = 1;
\ No newline at end of file
update lie_shop_push_sku_log set audit_status = 1 where create_time > 1730368800 and platform = 1;
create index sku_id_platform_index on lie_shop_push_sku_log(sku_id,platform);
\ No newline at end of file
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 sign in to comment