fix: index of alarm
This commit is contained in:
@@ -176,3 +176,6 @@ REPLACE INTO
|
|||||||
VALUES (
|
VALUES (
|
||||||
4034, 4034, 'menu.dashboard.overview', 'Overview', 'i18n_en', NULL, NULL, '1', 'supervisor', 1705550000000, NULL, 0, NULL
|
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;
|
||||||
@@ -176,3 +176,6 @@ REPLACE INTO
|
|||||||
VALUES (
|
VALUES (
|
||||||
4034, 4034, 'menu.dashboard.overview', 'Overview', 'i18n_en', NULL, NULL, '1', 'supervisor', 1705550000000, NULL, 0, NULL
|
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