From 72cbca5a2e1263ad691bc7b3c0080691640309ab Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 25 11월 2021 11:18:01 +0900 Subject: [PATCH] 충돌 수정 --- src/main/resources/migration/V1_11__Alter_Table.sql | 7 ++++++- 1 files changed, 6 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..951923c 100644 --- a/src/main/resources/migration/V1_11__Alter_Table.sql +++ b/src/main/resources/migration/V1_11__Alter_Table.sql @@ -205,4 +205,9 @@ 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,�샇�뒪�똿 ID 而щ읆 異붽� +ALTER TABLE `issue_type` ADD COLUMN `company_id` BIGINT(20) NULL; +ALTER TABLE `issue_type` ADD COLUMN `isp_id` BIGINT(20) NULL; +ALTER TABLE `issue_type` ADD COLUMN `hosting_id` BIGINT(20) NULL; \ No newline at end of file -- Gitblit v1.8.0