[wp-trac] Re: [WordPress Trac] #4410: wp_term_relationship

WordPress Trac wp-trac at lists.automattic.com
Wed Jun 6 00:13:59 GMT 2007


#4410: wp_term_relationship
--------------------------------+-------------------------------------------
 Reporter:  znuff               |        Owner:  anonymous  
     Type:  defect              |       Status:  new        
 Priority:  high                |    Milestone:  2.3 (trunk)
Component:  General             |      Version:  2.3        
 Severity:  major               |   Resolution:             
 Keywords:  database, taxonomy  |  
--------------------------------+-------------------------------------------
Comment (by ryan):

 That's an old version of the schema that has a bad primary key.  You can
 drop the term tables and decrement the db_version (via wp-
 admin/options.php) to force an another upgrade. If you don't want to drop
 the tables, you can change the primary key to (object_id,term_taxonomy_id)
 with phpmyadmin.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4410#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list