fix: 移除多余的用户和角色插入数据
This commit is contained in:
@@ -16,7 +16,7 @@ CREATE TABLE `sys_user_post` (
|
||||
|
||||
LOCK TABLES `sys_user_post` WRITE;
|
||||
|
||||
INSERT INTO `sys_user_post` VALUES (1,1),(2,2),(3,3),(4,3);
|
||||
INSERT INTO `sys_user_post` VALUES (1,1),(2,2);
|
||||
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user