From 830994b63711d87dc63b0a180accf4b771702f50 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 28 Oct 2024 10:55:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EC=85=9C=EB=A1=9C=EA=B7=B8=EC=9D=B8?= =?UTF-8?q?=20=ED=85=8C=EC=9D=B4=EB=B8=94=20PK=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard5.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/gnuboard5.sql b/install/gnuboard5.sql index 617df0ebd..2772c6f17 100644 --- a/install/gnuboard5.sql +++ b/install/gnuboard5.sql @@ -909,7 +909,7 @@ CREATE TABLE IF NOT EXISTS `g5_member_social_profiles` ( `description` varchar(255) NOT NULL DEFAULT '', `mp_register_day` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `mp_latest_day` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - UNIQUE KEY `mp_no` (`mp_no`), + PRIMARY KEY (`mp_no`), KEY `mb_id` (`mb_id`), KEY `provider` (`provider`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;