From 15fe9c795db648096e9d7617e609fdb1c0e7cb13 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 월, 29 11월 2021 09:49:54 +0900
Subject: [PATCH] 프로젝트 생성,수정 시 날짜 유효성 체크 제거

---
 src/main/resources/migration/V1_11__Alter_Table.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/migration/V1_11__Alter_Table.sql b/src/main/resources/migration/V1_11__Alter_Table.sql
index 306646c..e89439e 100644
--- a/src/main/resources/migration/V1_11__Alter_Table.sql
+++ b/src/main/resources/migration/V1_11__Alter_Table.sql
@@ -208,4 +208,4 @@
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
 
 -- issue_type �뀒�씠釉� �뾽泥�,ISP,�샇�뒪�똿 而щ읆 異붽�
-ALTER TABLE `issue_type` ADD COLUMN  `use_company` BIGINT(11) NOT NULL DEFAULT '0';
+ALTER TABLE `issue_type` ADD COLUMN  `use_partner` BIGINT(11) NOT NULL DEFAULT '0';

--
Gitblit v1.8.0