Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
岳巧源
/
jd_data_process
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6d744d5f
authored
Nov 09, 2024
by
larosa
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
create index on table
parent
cd876c30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
tmp.sql
tmp.sql
View file @
6d744d5f
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment