sql: 更新角色菜单分配

This commit is contained in:
TsMask
2025-03-21 17:34:42 +08:00
parent 39bfe64828
commit 4f118b895b
6 changed files with 44 additions and 120 deletions

View File

@@ -4,7 +4,6 @@ SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for ue_event_amf
-- ----------------------------
DROP TABLE IF EXISTS `ue_event_amf`;
CREATE TABLE IF NOT EXISTS `ue_event_amf` (
`id` int NOT NULL AUTO_INCREMENT,
`ne_type` varchar(32) COLLATE utf8mb4_general_ci DEFAULT NULL,