From a37ad35e3542ae6f23e1ebb573423ee65d1893d1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 23 Sep 2013 11:45:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC=20?= =?UTF-8?q?=ED=85=8C=EC=9D=B4=EB=B8=94=EC=97=90=20=EC=9D=B8=EC=A6=9D?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=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/gnuboard5shop.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql index e013db7df..dceb168d0 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -85,6 +85,8 @@ CREATE TABLE IF NOT EXISTS `g5_shop_category` ( `ca_include_head` varchar(255) NOT NULL DEFAULT '', `ca_include_tail` varchar(255) NOT NULL DEFAULT '', `ca_mb_id` varchar(255) NOT NULL DEFAULT '', + `ca_cert_use` tinyint(4) NOT NULL DEFAULT '0', + `ca_adult_use` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`ca_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;