From 1903f74aafff608f110de9e42711c340295213ba Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 6 Nov 2013 11:15:41 +0900 Subject: [PATCH] =?UTF-8?q?db=20=ED=95=84=EB=93=9C=20=ED=83=80=EC=9E=85=20?= =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/shop.extend2.php b/extend/shop.extend2.php index 8b3e81de4..da1e909cd 100644 --- a/extend/shop.extend2.php +++ b/extend/shop.extend2.php @@ -652,6 +652,6 @@ if(stripos($row['Type'], 'enum') !== false) { // 상품테이블에 검색을 위하여 태그없는 상품설명 저장용 필드 추가 if(!sql_query(" select it_explan_strip_tags from {$g5['g5_shop_item_table']} limit 1 ", false)) { sql_query(" ALTER TABLE `{$g5['g5_shop_item_table']}` - ADD `it_explan_strip_tags` METIUMTEXT NOT NULL AFTER `it_explan` ", true); + ADD `it_explan_strip_tags` MEDIUMTEXT NOT NULL AFTER `it_explan` ", true); } ?>