From fb0491479b2f1155a458f9cbd65b55d9c5a62e69 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 금, 12 11월 2021 13:06:40 +0900 Subject: [PATCH] 부서관리와 등급관리 삭제 시 충돌 버그 해결 --- src/main/resources/migration/V1_11__Alter_Table.sql | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/migration/V1_11__Alter_Table.sql b/src/main/resources/migration/V1_11__Alter_Table.sql index 9842a12..bb9d896 100644 --- a/src/main/resources/migration/V1_11__Alter_Table.sql +++ b/src/main/resources/migration/V1_11__Alter_Table.sql @@ -45,8 +45,8 @@ CREATE TABLE `user_department`( `id` BIGINT(11) AUTO_INCREMENT, - `department_id` VARCHAR(50) NULL, - `user_id` VARCHAR(50) NULL, + `department_id` BIGINT(11), + `user_id` BIGINT(11), `register_id` BIGINT(20) NOT NULL, `register_date` TIMESTAMP NULL, `modify_id` BIGINT(20) NOT NULL, -- Gitblit v1.8.0