fix: index of alarm
This commit is contained in:
@@ -175,4 +175,7 @@ REPLACE INTO
|
||||
`omc_db`.`sys_dict_data`
|
||||
VALUES (
|
||||
4034, 4034, 'menu.dashboard.overview', 'Overview', 'i18n_en', NULL, NULL, '1', 'supervisor', 1705550000000, NULL, 0, NULL
|
||||
);
|
||||
);
|
||||
|
||||
ALTER TABLE `omc_db`.`alarm`
|
||||
ADD INDEX IF NOT EXISTS `idx_alarm_status` (`alarm_status`) USING BTREE;
|
||||
Reference in New Issue
Block a user