From f355496b3b4da1032152d4876be74374cffd38bb Mon Sep 17 00:00:00 2001 From: ty <1577900710@qq.com> Date: Tue, 16 Apr 2024 18:56:48 +0800 Subject: [PATCH] =?UTF-8?q?operation=E8=84=9A=E6=9C=AC=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hzims-service/operational/src/main/resources/db/2.0.0.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/hzims-service/operational/src/main/resources/db/2.0.0.sql b/hzims-service/operational/src/main/resources/db/2.0.0.sql index 9c5be8e..657bcf7 100644 --- a/hzims-service/operational/src/main/resources/db/2.0.0.sql +++ b/hzims-service/operational/src/main/resources/db/2.0.0.sql @@ -4,5 +4,4 @@ update `hzims_station` set `deleted_id` = id where `IS_DELETED` = 1; ALTER TABLE `hzims_station` ADD CONSTRAINT index_code_deleted UNIQUE (`code`, `deleted_id`); alter table `hzims_station` add column `is_push_project` tinyint(2) default 0 comment '是否推送数据平台'; alter table `hzims_station` add column `is_push_fdp` tinyint(2) default 0 comment '是否推送FDP'; -alter table hzims_oper_maintenance_plan add column `station_code` varchar(60) comment '站点编码'; alter table `hzims_oper_maintenance_task` add column `is_delay` tinyint(2) DEFAULT 0 COMMENT '是否逾期'; \ No newline at end of file