Skip to content

Commit

Permalink
pref:研发商店通用化接口封装优化 TencentBlueKing#11049
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyin0801 committed Dec 6, 2024
1 parent dd728fa commit ef296a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ BEGIN
FROM information_schema.statistics
WHERE TABLE_SCHEMA = db
AND TABLE_NAME = 'T_STORE_PROJECT_REL'
AND INDEX_NAME = 'INX_TSPR_PROJECT_TYPE') THEN
AND INDEX_NAME = 'INX_TSPR_TYPE_CODE_TYPE') THEN
ALTER TABLE `T_STORE_PROJECT_REL` ADD INDEX
`INX_TSPR_PROJECT_TYPE` (`PROJECT_CODE`,`TYPE`);
`INX_TSPR_TYPE_CODE_TYPE` (`STORE_TYPE`,`STORE_CODE`,`TYPE`);
END IF;

IF EXISTS(SELECT 1
Expand Down

0 comments on commit ef296a9

Please sign in to comment.