From eb18d0b1d38f18ef4f08a1381484ced1f43a3477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E4=BD=B3?= Date: Tue, 7 Sep 2021 16:46:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=A0=BC=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/gns-notification.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/gns-notification.sql b/db/gns-notification.sql index e8347b9..41464e4 100644 --- a/db/gns-notification.sql +++ b/db/gns-notification.sql @@ -27,6 +27,6 @@ CREATE TABLE `gitlink_sys_notification` ( KEY `index_on_status` (`status`) ) ENGINE=INNODB DEFAULT CHARSET=utf8mb3; ---2021-09-07 区分系统消息类型 +-- 2021-09-07 区分系统消息类型 ALTER TABLE gitlink_sys_notification ADD COLUMN ( `type` TINYINT(4) NOT NULL DEFAULT 1 COMMENT '消息类型: 1系统消息,2@我'); \ No newline at end of file