From 6cbfebcada8b005e601b16e500e67fb3846075c3 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 수, 10 11월 2021 15:59:08 +0900
Subject: [PATCH] - 세션 만료 시간 외부파일에서 설정할수 있도록 수정

---
 src/main/resources/migration/V1_10__Alter_Table.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/migration/V1_10__Alter_Table.sql b/src/main/resources/migration/V1_10__Alter_Table.sql
index 734f6c7..c65a167 100644
--- a/src/main/resources/migration/V1_10__Alter_Table.sql
+++ b/src/main/resources/migration/V1_10__Alter_Table.sql
@@ -10,6 +10,7 @@
     `register_date` TIMESTAMP NULL,
     `modify_id` BIGINT(20) NOT NULL,
     `modify_date` TIMESTAMP NULL,
+    `default_department` VARCHAR (50) NULL DEFAULT '遺��꽌 �뾾�쓬',
     PRIMARY KEY (`id`) USING BTREE
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
 

--
Gitblit v1.8.0