fix: dict data sql
This commit is contained in:
@@ -156,7 +156,7 @@ ADD INDEX IF NOT EXISTS `idx_kpiid` (`kpi_id`) USING BTREE,
|
||||
ADD INDEX IF NOT EXISTS `idx_timestamp` (`timestamp`) USING BTREE;
|
||||
|
||||
ALTER TABLE `omc_db`.`gold_kpi`
|
||||
DROP INDEX `idx_st_nt_id`,
|
||||
DROP INDEX IF EXISTS `idx_st_nt_id`,
|
||||
ADD INDEX IF NOT EXISTS `idx_nt_id` (`ne_type`, `rm_uid`) USING BTREE;
|
||||
|
||||
ALTER TABLE `omc_db`.`gold_kpi`
|
||||
|
||||
Reference in New Issue
Block a user