style: 数据库系统菜单调整
This commit is contained in:
@@ -1,19 +1,5 @@
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
|
||||
INSERT IGNORE INTO
|
||||
`omc_db`.`sys_user_role` (`user_id`, `role_id`)
|
||||
VALUES (1, 1);
|
||||
|
||||
INSERT IGNORE INTO
|
||||
`omc_db`.`sys_user_role` (`user_id`, `role_id`)
|
||||
VALUES (2, 2);
|
||||
|
||||
INSERT
|
||||
IGNORE INTO `omc_db`.`sys_user_role` (`user_id`, `role_id`)
|
||||
VALUES (103, 3);
|
||||
|
||||
INSERT
|
||||
IGNORE INTO `omc_db`.`sys_user_role` (`user_id`, `role_id`)
|
||||
VALUES (104, 4);
|
||||
INSERT IGNORE INTO `sys_user_role` VALUES (1,1),(2,2),(3,3),(4,4);
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
||||
Reference in New Issue
Block a user