add: alarm_event table upgrade

This commit is contained in:
2024-05-30 15:46:00 +08:00
parent f985ed2017
commit 5c5ba609cb
4 changed files with 120 additions and 0 deletions

View File

@@ -655,5 +655,6 @@ INSERT IGNORE INTO `sys_dict_data` VALUES (4130, 4130, 'post.export.time', 'Crea
INSERT IGNORE INTO `sys_dict_data` VALUES (4131, 4131, 'role.export.time', 'Creation Time', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO `sys_dict_data` VALUES (4132, 4132, 'dictData.ne_host_authMode.2', 'Confidentiality Auth Mode', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO `sys_dict_data` VALUES (4133, 4133, 'menu.ne.neConfPara5G', 'NE Config Public 5G', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO `sys_dict_data` VALUES (4138, 4138, 'menu.fault.event', 'Event Notification', 'i18n_en', NULL, NULL, '1', 'supervisor', 1717051688260, '', 0, NULL);
SET FOREIGN_KEY_CHECKS = 1;