From f4975c244285fe3ab01161af86abaa3d23336694 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 11 Apr 2013 13:55:37 +0900 Subject: [PATCH] =?UTF-8?q?g4s=20=ED=85=8C=EC=9D=B4=EB=B8=94=20=EC=A4=91?= =?UTF-8?q?=20=EB=B9=A0=EC=A7=84=20=ED=95=84=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard4s.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/gnuboard4s.sql b/install/gnuboard4s.sql index 24b0a5f8b..84e93d9f3 100644 --- a/install/gnuboard4s.sql +++ b/install/gnuboard4s.sql @@ -72,8 +72,8 @@ CREATE TABLE IF NOT EXISTS `g4s_board` ( `bo_include_head` varchar(255) NOT NULL default '', `bo_include_tail` varchar(255) NOT NULL default '', `bo_content_head` text NOT NULL, - `bo_content_tail` text NOT NULL, `bo_mobile_content_head` text NOT NULL, + `bo_content_tail` text NOT NULL, `bo_mobile_content_tail` text NOT NULL, `bo_insert_content` text NOT NULL, `bo_gallery_cols` int(11) NOT NULL default '0',