From 56cc044601098629af217fe81053c9309cb684ce Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 목, 04 11월 2021 18:54:28 +0900
Subject: [PATCH] 사용자관리 테이블 추가

---
 src/main/resources/migration/V1_10__Alter_Table.sql |    3 +--
 1 files changed, 1 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 94a4154..146e53a 100644
--- a/src/main/resources/migration/V1_10__Alter_Table.sql
+++ b/src/main/resources/migration/V1_10__Alter_Table.sql
@@ -24,5 +24,4 @@
     `default_yn` VARCHAR (1) NOT NULL DEFAULT 'N',
     `basic_user` VARCHAR (1) NOT NULL DEFAULT 'N',
     PRIMARY KEY (`id`) USING btree
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
\ No newline at end of file

--
Gitblit v1.8.0