From a2a1f2a22db7c2e53275359fb5f8d6c0dd15d8d6 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期五, 09 八月 2024 16:25:58 +0800
Subject: [PATCH] update

---
 assess-admin/src/main/resources/db/migration/V20231204002_estimate_plan.sql |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/assess-admin/src/main/resources/db/migration/V20231204002_estimate_plan.sql b/assess-admin/src/main/resources/db/migration/V20231204002_estimate_plan.sql
index daaa103..4c040c5 100644
--- a/assess-admin/src/main/resources/db/migration/V20231204002_estimate_plan.sql
+++ b/assess-admin/src/main/resources/db/migration/V20231204002_estimate_plan.sql
@@ -2,11 +2,9 @@
 -- ----------------------------
 -- 评价项目计划表
 -- ----------------------------
-drop table if exists `smart_assess`.`ass_estimate_plan`;
 CREATE TABLE `smart_assess`.`ass_estimate_plan`  (
 `id` bigint NOT NULL AUTO_INCREMENT,
 `auser_id` bigint NOT NULL COMMENT '评价机构负责人id',
-`technical_id` bigint NOT NULL COMMENT '技术负责人负责人id',
 `start_date` datetime NOT NULL COMMENT '评价开始时间',
 `end_date` datetime NOT NULL COMMENT '评价结束时间',
 `project_id` bigint NOT NULL COMMENT '项目id',

--
Gitblit v1.9.2