From 3d6a5aa9166d45ce632c96b680bf56edce5c61a9 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 11 Jul 2013 11:32:56 +0900 Subject: [PATCH] =?UTF-8?q?uq=5Fip=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/install/gnuboard4s.sql b/install/gnuboard4s.sql index ee3bf8f63..6eee7a123 100644 --- a/install/gnuboard4s.sql +++ b/install/gnuboard4s.sql @@ -627,6 +627,7 @@ CREATE TABLE IF NOT EXISTS `g4s_visit_sum` ( DROP TABLE IF EXISTS `g4s_unique`; CREATE TABLE IF NOT EXISTS `g4s_uniqid` ( `uq_id` bigint(20) unsigned NOT NULL, + `uq_ip` varchar(255) NOT NULL, PRIMARY KEY (`uq_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;