From 87670265b2a0e7c22014d5ac29643594f8e31ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E7=A0=81=E6=BB=B4=E6=B1=89=E5=AD=90?= <1024@cong.zone> Date: Sun, 4 Jun 2023 15:15:19 +0000 Subject: [PATCH] =?UTF-8?q?update=20sql/postgresql/ruoyi-vue-pro.sql.=20re?= =?UTF-8?q?ad=5Fstatus=20=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9=E4=B8=BAbool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 御码滴汉子 <1024@cong.zone> --- 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 c9cafc642..bcd39c8d8 100644 --- a/sql/postgresql/ruoyi-vue-pro.sql +++ b/sql/postgresql/ruoyi-vue-pro.sql @@ -4239,7 +4239,7 @@ CREATE TABLE "system_notify_message" ( "template_content" varchar(1024) COLLATE "pg_catalog"."default" NOT NULL, "template_type" int4 NOT NULL, "template_params" varchar(255) COLLATE "pg_catalog"."default" NOT NULL, - "read_status" varchar(1) COLLATE "pg_catalog"."default" NOT NULL, + "read_status"" bool NOT NULL, "read_time" timestamp(6), "creator" varchar(64) COLLATE "pg_catalog"."default", "create_time" timestamp(6) NOT NULL,