fix: 删除 main分支下sql文件 role表多余记录

This commit is contained in:
yangwenping
2023-09-19 14:36:29 +08:00
parent a1a1c4061b
commit 497070e9e0

View File

@@ -187,8 +187,6 @@ CREATE TABLE `user_role` (
KEY `idx_update_time` (`update_time`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='用户角色关系表';
insert into role(id,`name`) values(1,'超级管理员');
insert into role(id,`name`) values(2,'抹茶群聊管理员');
DROP TABLE IF EXISTS `sensitive_word`;
CREATE TABLE `sensitive_word` (