From 1f4f82af4e82ceab5a71fe92106bb45e86b100f4 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 금, 26 11월 2021 18:33:32 +0900 Subject: [PATCH] json 오류 수정 --- src/main/resources/migration/V1_11__Alter_Table.sql | 2 +- 1 files changed, 1 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 0bfb235..306646c 100644 --- a/src/main/resources/migration/V1_11__Alter_Table.sql +++ b/src/main/resources/migration/V1_11__Alter_Table.sql @@ -184,7 +184,7 @@ ) 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_type_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