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

@@ -654,5 +654,6 @@ INSERT IGNORE INTO `sys_dict_data` VALUES (2130, 2130, 'post.export.time', '创
INSERT IGNORE INTO `sys_dict_data` VALUES (2131, 2131, 'role.export.time', '创建时间', 'i18n_zh', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO `sys_dict_data` VALUES (2132, 2132, 'dictData.ne_host_authMode.2', '免密认证', 'i18n_zh', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO `sys_dict_data` VALUES (2133, 2133, 'menu.ne.neConfPara5G', '网元公共配置', 'i18n_zh', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO `sys_dict_data` VALUES (2138, 2138, 'menu.fault.event', '事件通知', 'i18n_zh', '', '', '1', 'supervisor', 1717051745866, '', 0, '');
SET FOREIGN_KEY_CHECKS = 1;