From 7bfc9733c93691c848ac0bb9828db699e91ab75c Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 09 11월 2021 11:36:31 +0900
Subject: [PATCH] ISP, Hoting 백엔드 수정

---
 src/main/resources/migration/V1_10__Alter_Table.sql |    4 ++--
 1 files changed, 2 insertions(+), 2 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..be68bc8 100644
--- a/src/main/resources/migration/V1_10__Alter_Table.sql
+++ b/src/main/resources/migration/V1_10__Alter_Table.sql
@@ -4,8 +4,8 @@
 
 CREATE TABLE `department_manage`(
     `id` BIGINT(11) AUTO_INCREMENT,
-    `department_name` VARCHAR(50) NOT NULL,
-    `department_description` VARCHAR(255) NOT NULL,
+    `department_name` VARCHAR(50) NULL,
+    `department_description` VARCHAR(255) NULL,
     `register_id` BIGINT(20) NOT NULL,
     `register_date` TIMESTAMP NULL,
     `modify_id` BIGINT(20) NOT NULL,

--
Gitblit v1.8.0