From f221f5897393a943c1ebbcee4f204389fd215e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E5=A4=A9=E5=86=99BUG?= Date: Wed, 9 Aug 2023 15:29:09 +0000 Subject: [PATCH] =?UTF-8?q?update=20sql/postgresql/ruoyi-vue-pro.sql.=20fi?= =?UTF-8?q?x:=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA=E6=96=B0=E7=A7=9F?= =?UTF-8?q?=E6=88=B7=EF=BC=8C=E7=94=B1=E4=BA=8Edata=5Fscope=5Fdept=5Fids?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=9A=84=E6=98=AF=20not=20null=20=E4=BD=86?= =?UTF-8?q?=E6=98=AF=E6=98=AF=E7=A9=BA=E5=80=BC=E6=97=B6=E5=80=99=E4=BA=A7?= =?UTF-8?q?=E7=94=9F=E9=94=99=E8=AF=AF=EF=BC=8C=E6=8F=92=E5=85=A5=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 天天写BUG --- sql/postgresql/ruoyi-vue-pro.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/postgresql/ruoyi-vue-pro.sql b/sql/postgresql/ruoyi-vue-pro.sql index d279476bb..3b6fecc35 100644 --- a/sql/postgresql/ruoyi-vue-pro.sql +++ b/sql/postgresql/ruoyi-vue-pro.sql @@ -5552,7 +5552,7 @@ CREATE TABLE "system_role" "code" varchar(100) COLLATE "pg_catalog"."default" NOT NULL, "sort" int4 NOT NULL, "data_scope" int2 NOT NULL, - "data_scope_dept_ids" varchar(500) COLLATE "pg_catalog"."default" NOT NULL, + "data_scope_dept_ids" varchar(500) COLLATE "pg_catalog"."default" NOT NULL DEFAULT '', "status" int2 NOT NULL, "type" int2 NOT NULL, "remark" varchar(500) COLLATE "pg_catalog"."default",