From d27bb56aa3ca7b44a431bee6cda58fcf5be2d594 Mon Sep 17 00:00:00 2001 From: liyawei Date: Thu, 18 Aug 2022 16:14:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=A1=A8-=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=B7=A5=E5=8F=B7=E5=94=AF=E4=B8=80=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-boot/db/蔚来标准sql/dev_third_record.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jero-boot/db/蔚来标准sql/dev_third_record.sql b/jero-boot/db/蔚来标准sql/dev_third_record.sql index 378bf5d90..84337640d 100644 --- a/jero-boot/db/蔚来标准sql/dev_third_record.sql +++ b/jero-boot/db/蔚来标准sql/dev_third_record.sql @@ -949,3 +949,7 @@ delete from country_national_flag where id in ('3','8'); -- 法规流程历史表增加字段 审批意见 2022-08-16 ALTER TABLE `laws_weilai`.`laws_process_history` ADD COLUMN `approval_opinion` varchar(2000) NULL COMMENT '审批意见' AFTER `flow_type`; + +--- 用户表 删除工号唯一索引 2022-08-18 +ALTER TABLE `laws_weilai`.`sys_user` +DROP INDEX `uniq_sys_user_work_no`; \ No newline at end of file