From f3a8cd42ca61550b98d7af093ebaaee1185e35f2 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 수, 17 11월 2021 16:43:51 +0900
Subject: [PATCH] 이슈 수정 진행[프론트]

---
 src/main/resources/migration/V1_11__Alter_Table.sql |    2 ++
 1 files changed, 2 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 dd41b81..caf331d 100644
--- a/src/main/resources/migration/V1_11__Alter_Table.sql
+++ b/src/main/resources/migration/V1_11__Alter_Table.sql
@@ -127,3 +127,5 @@
 -- �씠�뒋 ���엯 �봽濡쒖젥�듃
 ALTER TABLE `issue_type` ADD COLUMN  `project_id` BIGINT(11) NULL;
 
+-- �긽�쐞 �씠�뒋
+ALTER TABLE `issue` ADD COLUMN  `parent_issue_id` BIGINT(11) NULL;

--
Gitblit v1.8.0