View Single Post
  #22  
Old 10-23-2009, 12:37 PM
WildcardX
Developer
 
Join Date: Apr 2003
Posts: 589
Default

Want to try re-applying this SQL to your group_id table just in case its not there?

Code:
ALTER TABLE `group_id` DROP PRIMARY KEY, ADD PRIMARY KEY  USING BTREE(`groupid`, `charid`, `name`);
__________________
Read my developer notes at my blog.

Quote:
If it's not on IRC, it ain't l33t!
Reply With Quote