사용하지 않는 메뉴 삭제

This commit is contained in:
chicpro
2013-11-18 10:06:02 +09:00
parent af54600252
commit 844f078db4
7 changed files with 1 additions and 898 deletions

View File

@ -580,22 +580,6 @@ CREATE TABLE IF NOT EXISTS `g5_shop_new_win` (
-- --------------------------------------------------------
--
-- Table structure for table `g5_shop_onlinecalc`
--
DROP TABLE IF EXISTS `g5_shop_onlinecalc`;
CREATE TABLE IF NOT EXISTS `g5_shop_onlinecalc` (
`oc_id` int(11) NOT NULL AUTO_INCREMENT,
`oc_subject` varchar(255) NOT NULL DEFAULT '',
`oc_category` text NOT NULL,
`oc_head_html` text NOT NULL,
`oc_tail_html` text NOT NULL,
PRIMARY KEY (`oc_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `g5_shop_order`
--