g4s_uniqid 테이블명 오류 수정

This commit is contained in:
gnuboard
2013-08-09 16:04:01 +09:00
parent 4ce4ae1004
commit a0b352db23

View File

@ -632,7 +632,7 @@ CREATE TABLE IF NOT EXISTS `g4s_visit_sum` (
-- Table structure for table `g4s_unique`
--
DROP TABLE IF EXISTS `g4s_unique`;
DROP TABLE IF EXISTS `g4s_uniqid`;
CREATE TABLE IF NOT EXISTS `g4s_uniqid` (
`uq_id` bigint(20) unsigned NOT NULL,
`uq_ip` varchar(255) NOT NULL,