fix: 补充sql脚本
This commit is contained in:
9
sql/upgrade/1.0.16/upgrade.sql
Normal file
9
sql/upgrade/1.0.16/upgrade.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
INSERT IGNORE INTO `wfc_system_db`.`sys_menu` VALUES (2033, 'menu.device.alerts.management', 2028, 21, '/device/alerts', 'view.device_alerts', NULL, 1, 0, 'C', '0', '0', '', 'carbon:ai-results-low', 'admin', '2025-06-04 15:35:21', '', '2025-06-04 15:37:11', '', 'device_alerts');
|
||||
INSERT IGNORE INTO `wfc_system_db`.`sys_menu` VALUES (2034, 'menu.device.access.management', 2028, 22, '/device/access', 'view.device_access', NULL, 1, 0, 'C', '0', '0', NULL, 'carbon:carbon', 'super', '2025-06-04 15:40:48', '', NULL, '', 'device_access');
|
||||
|
||||
INSERT IGNORE INTO `wfc_system_db`.`sys_role_menu` VALUES (2, 2033);
|
||||
INSERT IGNORE INTO `wfc_system_db`.`sys_role_menu` VALUES (2, 2034);
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
Reference in New Issue
Block a user