From 19f7ee2f6d60bdc2cc5099c373e15c594acde4e1 Mon Sep 17 00:00:00 2001 From: xiaowenyu Date: Fri, 15 Jul 2022 13:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sql=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E6=A0=87=E6=B3=A8=E5=B7=B2=E5=90=8C=E6=AD=A5=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-boot/db/蔚来标准sql/first_bug_fix_record.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-boot/db/蔚来标准sql/first_bug_fix_record.sql b/jero-boot/db/蔚来标准sql/first_bug_fix_record.sql index 5af5e2560..f16014515 100644 --- a/jero-boot/db/蔚来标准sql/first_bug_fix_record.sql +++ b/jero-boot/db/蔚来标准sql/first_bug_fix_record.sql @@ -46,6 +46,6 @@ INSERT INTO `sys_config` ( `id`, `create_by`, `create_time`, `update_by`, `updat VALUES ( '3', 'admin', '2022-07-09 18:38:23', 'admin', '2022-07-09 18:38:28', 'A01', 'http://localhost:8080', 'domianPreviewURL' ); --- 消息表添加发起人字段 +-- 消息表添加发起人字段 已同步正式环境 ALTER TABLE `sys_announcement` ADD COLUMN `initiator` varchar(255) NULL COMMENT '发起人' AFTER `document_id`;