From 122c394f523126dee6759c8d681c0fe5b5350c8c Mon Sep 17 00:00:00 2001 From: haungxing <1203316822@qq.com> Date: Tue, 11 Apr 2023 11:43:56 +0800 Subject: [PATCH] =?UTF-8?q?#=20sql=E8=84=9A=E6=9C=AC=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hzims-service/operational/src/main/resources/db/1.0.0.sql | 2 ++ hzims-service/operational/src/main/resources/db/station.sql | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 hzims-service/operational/src/main/resources/db/1.0.0.sql delete mode 100644 hzims-service/operational/src/main/resources/db/station.sql diff --git a/hzims-service/operational/src/main/resources/db/1.0.0.sql b/hzims-service/operational/src/main/resources/db/1.0.0.sql new file mode 100644 index 0000000..0d93017 --- /dev/null +++ b/hzims-service/operational/src/main/resources/db/1.0.0.sql @@ -0,0 +1,2 @@ +-- 站点管理添加站点标识字段 +alter table HZIMS_STATION ADD COLUMN SIGNAGE VARCHAR(20) COMMENT '站点标识-两票编码'; \ No newline at end of file diff --git a/hzims-service/operational/src/main/resources/db/station.sql b/hzims-service/operational/src/main/resources/db/station.sql deleted file mode 100644 index 0d93017..0000000 --- a/hzims-service/operational/src/main/resources/db/station.sql +++ /dev/null @@ -1,2 +0,0 @@ --- 站点管理添加站点标识字段 -alter table HZIMS_STATION ADD COLUMN SIGNAGE VARCHAR(20) COMMENT '站点标识-两票编码'; \ No newline at end of file