fix: dict data sql

This commit is contained in:
2024-01-31 20:41:37 +08:00
parent 66bc030fce
commit b938b61160
5 changed files with 1184 additions and 1079 deletions

View File

@@ -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`