From 392f3bae3fba9de4a366e81c201bfa7d7055ff3b Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 금, 26 11월 2021 11:00:48 +0900
Subject: [PATCH] 이슈 히스토리 수정

---
 src/main/resources/migration/V1_11__Alter_Table.sql |    5 ++++-
 1 files changed, 4 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 bfb8428..0bfb235 100644
--- a/src/main/resources/migration/V1_11__Alter_Table.sql
+++ b/src/main/resources/migration/V1_11__Alter_Table.sql
@@ -205,4 +205,7 @@
                                       INDEX `workflowIdIndex` (`workflow_id`) USING BTREE,
                                       INDEX `issueStatusIdIndex` (`issue_status_id`) USING BTREE,
                                       INDEX `departmentIdIndex` (`department_id`) USING BTREE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
\ No newline at end of file
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
+
+-- issue_type �뀒�씠釉� �뾽泥�,ISP,�샇�뒪�똿 而щ읆 異붽�
+ALTER TABLE `issue_type` ADD COLUMN  `use_company` BIGINT(11) NOT NULL DEFAULT '0';

--
Gitblit v1.8.0