From 3520a18525027b85f193418ca9bf57655cfa8f30 Mon Sep 17 00:00:00 2001 From: jianjun Date: Fri, 31 Jul 2020 16:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../migration/{V0.0.2__addCutomerApp.sql => addCutomerApp.sql} | 1 + 1 file changed, 1 insertion(+) rename epmet-module/oper-crm/oper-crm-server/src/main/resources/db/migration/{V0.0.2__addCutomerApp.sql => addCutomerApp.sql} (92%) diff --git a/epmet-module/oper-crm/oper-crm-server/src/main/resources/db/migration/V0.0.2__addCutomerApp.sql b/epmet-module/oper-crm/oper-crm-server/src/main/resources/db/migration/addCutomerApp.sql similarity index 92% rename from epmet-module/oper-crm/oper-crm-server/src/main/resources/db/migration/V0.0.2__addCutomerApp.sql rename to epmet-module/oper-crm/oper-crm-server/src/main/resources/db/migration/addCutomerApp.sql index 9f90c2dd6c..746d315009 100644 --- a/epmet-module/oper-crm/oper-crm-server/src/main/resources/db/migration/V0.0.2__addCutomerApp.sql +++ b/epmet-module/oper-crm/oper-crm-server/src/main/resources/db/migration/addCutomerApp.sql @@ -1,3 +1,4 @@ +#由于程序启动顺序问题 暂不加入flyway CREATE TABLE `customer_app` ( `ID` varchar(64) NOT NULL COMMENT '主键', `CUSTOMER_ID` varchar(64) NOT NULL COMMENT '客户Id',