From bb9cc79a03a90cb2a6a03275f6ff6d8ea7d2fc5e Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 25 11월 2021 11:16:45 +0900 Subject: [PATCH] 이슈 유형 - 업체,isp,호스팅 정보 추가 --- src/main/resources/migration/V1_11__Alter_Table.sql | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/resources/migration/V1_11__Alter_Table.sql b/src/main/resources/migration/V1_11__Alter_Table.sql index c455bc7..88acec5 100644 --- a/src/main/resources/migration/V1_11__Alter_Table.sql +++ b/src/main/resources/migration/V1_11__Alter_Table.sql @@ -190,3 +190,8 @@ -- issue_risk �뀒�씠釉� 遺��꽌蹂�寃� 移댁슫�듃 而щ읆 異붽� ALTER TABLE `issue_risk` ADD COLUMN `change_department_count` BIGINT(20) NOT NULL DEFAULT '0'; + +-- 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; -- Gitblit v1.8.0