From b056b6ef59ef3940178cdfc32d8181aea4bf20d1 Mon Sep 17 00:00:00 2001 From: zhaobing Date: Thu, 13 Jul 2023 15:41:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9D=83=E9=99=90=E8=A1=A8=E6=9F=A5?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/1.2.3/schema/5.alter_resource.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/1.2.3/schema/5.alter_resource.sql diff --git a/scripts/1.2.3/schema/5.alter_resource.sql b/scripts/1.2.3/schema/5.alter_resource.sql new file mode 100644 index 00000000..7582ee5a --- /dev/null +++ b/scripts/1.2.3/schema/5.alter_resource.sql @@ -0,0 +1,7 @@ +INSERT INTO resource (code, name, parent_resource) VALUES ('VIDEOCENTER', '视频中心', 'ALLSELECT') + +INSERT INTO resource (code, name, parent_resource) VALUES ('ASSESSMANAGE', '考核评分', 'ALLSELECT') + +INSERT INTO resource (code, name, parent_resource) VALUES ('BUILDINGPROJECT', '在建项目', 'ALLSELECT') + +INSERT INTO resource (code, name, parent_resource) VALUES ('WXTODOLIST', '小程序待办事项', 'ALLSELECT') \ No newline at end of file