From bcbce86a1e54d773d5008b21ff2ae124cfc6dda7 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 22 11월 2021 13:36:08 +0900 Subject: [PATCH] 연관이슈, 하위이슈 테이블 표시 설정(백엔드) --- 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 9d9de68..f4f4ac6 100644 --- a/src/main/resources/migration/V1_11__Alter_Table.sql +++ b/src/main/resources/migration/V1_11__Alter_Table.sql @@ -182,3 +182,8 @@ PRIMARY KEY (`id`) USING BTREE, INDEX `ispIdIndex` (`isp_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +-- �씠�뒋 �뀒�씠釉� ���엯 �꽕�젙(1: 硫붿씤, 2: �뿰愿�, 3: �븯�쐞) +ALTER TABLE `issue_table_config` ADD COLUMN `issue_id` BIGINT(20) NOT NULL; +ALTER TABLE `issue_table_config` ADD COLUMN `issue_table_type` INT(11) NOT NULL; +ALTER TABLE `issue_table_config` ADD INDEX `issueTableTypeIndex`(`issue_table_type`); -- Gitblit v1.8.0