fix
heheng
2025-01-07 d37a3ee6a7439b376b260177f3fb318a94833b5e
assess-admin/src/main/resources/db/migration/V20231130004_estimate_task.sql
@@ -2,7 +2,6 @@
-- ----------------------------
-- 评价认为通知表
-- ----------------------------
drop table if exists `smart_assess`.`ass_estimate_task`;
CREATE TABLE `smart_assess`.`ass_estimate_task`  (
`id` bigint NOT NULL AUTO_INCREMENT,
`leader_id` bigint NOT NULL COMMENT '项目负责人id',