style: 数据库升级脚本调整系统菜单重置,系统岗位忽略

This commit is contained in:
TsMask
2024-06-03 18:08:31 +08:00
parent 8f2067e362
commit 8af452872d
2 changed files with 4 additions and 5 deletions

View File

@@ -20,7 +20,6 @@ SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for sys_menu
-- ----------------------------
DROP TABLE IF EXISTS `sys_menu`;
CREATE TABLE IF NOT EXISTS `sys_menu` (
`menu_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '菜单ID',
`menu_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '菜单名称',