From ce05fd7d1a6c46446b33106970002ecc0744df12 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 15 Jan 2018 20:31:28 +0900 Subject: [PATCH] =?UTF-8?q?LMS=20=EA=B8=80=EC=9E=90=20=EA=B8=B8=EC=9D=B4?= =?UTF-8?q?=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EC=87=BC=ED=95=91=EB=AA=B0=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=AC=B8=EC=9E=90=20DB=20=EA=B8=B8?= =?UTF-8?q?=EC=9D=B4=20=EB=B3=80=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard5shop.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql index e27c2b2a2..65a172829 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -334,11 +334,11 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` ( `de_simg_height` int(11) NOT NULL DEFAULT '0', `de_mimg_width` int(11) NOT NULL DEFAULT '0', `de_mimg_height` int(11) NOT NULL DEFAULT '0', - `de_sms_cont1` varchar(255) NOT NULL DEFAULT '', - `de_sms_cont2` varchar(255) NOT NULL DEFAULT '', - `de_sms_cont3` varchar(255) NOT NULL DEFAULT '', - `de_sms_cont4` varchar(255) NOT NULL DEFAULT '', - `de_sms_cont5` varchar(255) NOT NULL DEFAULT '', + `de_sms_cont1` text NOT NULL, + `de_sms_cont2` text NOT NULL, + `de_sms_cont3` text NOT NULL, + `de_sms_cont4` text NOT NULL, + `de_sms_cont5` text NOT NULL, `de_sms_use1` tinyint(4) NOT NULL DEFAULT '0', `de_sms_use2` tinyint(4) NOT NULL DEFAULT '0', `de_sms_use3` tinyint(4) NOT NULL DEFAULT '0',