From ede3050b6a1900982a32d5c8391f43ef550f3eb3 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 24 May 2013 09:38:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EC=A0=95=EB=B3=B4=20it=5Fopt?= =?UTF-8?q?ion=20=ED=95=84=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend.php | 1 - install/shop.sql | 1 - 2 files changed, 2 deletions(-) diff --git a/extend/shop.extend.php b/extend/shop.extend.php index e1c63f599..d7d40ca1b 100644 --- a/extend/shop.extend.php +++ b/extend/shop.extend.php @@ -79,7 +79,6 @@ if(!sql_query(" select io_id from {$g4['shop_item_option_table']} limit 1 ", fal ) ", false); sql_query(" ALTER TABLE `{$g4['shop_item_table']}` ADD `it_option_subject` VARCHAR(255) NOT NULL DEFAULT '' AFTER `it_origin`, - ADD `it_option` VARCHAR(255) NOT NULL DEFAULT '' AFTER `it_option_subject`, ADD `it_supply_subject` VARCHAR(255) NOT NULL DEFAULT '' AFTER `it_option` ", false); } diff --git a/install/shop.sql b/install/shop.sql index ea1347898..e349ace59 100644 --- a/install/shop.sql +++ b/install/shop.sql @@ -367,7 +367,6 @@ CREATE TABLE IF NOT EXISTS `shop_item` ( `it_maker` varchar(255) NOT NULL DEFAULT '', `it_origin` varchar(255) NOT NULL DEFAULT '', `it_option_subject` varchar(255) NOT NULL DEFAULT '', - `it_option` varchar(255) NOT NULL DEFAULT '', `it_supply_subject` varchar(255) NOT NULL DEFAULT '', `it_type1` tinyint(4) NOT NULL DEFAULT '0', `it_type2` tinyint(4) NOT NULL DEFAULT '0',