From 497070e9e0dbbffe3c29e946d8df6dd4bb637aa9 Mon Sep 17 00:00:00 2001 From: yangwenping Date: Tue, 19 Sep 2023 14:36:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=20main=E5=88=86?= =?UTF-8?q?=E6=94=AF=E4=B8=8Bsql=E6=96=87=E4=BB=B6=20=20role=E8=A1=A8?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mallchat.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/mallchat.sql b/docs/mallchat.sql index 3ae47ed..9547a32 100644 --- a/docs/mallchat.sql +++ b/docs/mallchat.sql @@ -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` (