From f630fd95865d8b74625cdd5ff2441a84cd52a1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 18 Feb 2020 13:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/数据库更新记录-方便升级.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/数据库更新记录-方便升级.txt b/docs/数据库更新记录-方便升级.txt index c44a30b5..46430cb9 100644 --- a/docs/数据库更新记录-方便升级.txt +++ b/docs/数据库更新记录-方便升级.txt @@ -739,5 +739,5 @@ alter table jsh_depotitem add material_extend_id bigint(20) DEFAULT NULL COMMENT -- 时间 2020-02-18 -- by jishenghua -- ---------------------------- -alter table jsh_depothead drop column ProjectId -alter table jsh_depothead drop column AllocationProjectId \ No newline at end of file +alter table jsh_depothead drop column ProjectId; +alter table jsh_depothead drop column AllocationProjectId; \ No newline at end of file