[wp-trac] Re: [WordPress Trac] #4015: Post and link category confusion

WordPress Trac wp-trac at lists.automattic.com
Fri May 4 05:23:26 GMT 2007


#4015: Post and link category confusion
----------------------------+-----------------------------------------------
 Reporter:  donncha         |        Owner:  ryan
     Type:  defect          |       Status:  new 
 Priority:  normal          |    Milestone:  2.3 
Component:  Administration  |      Version:  2.2 
 Severity:  normal          |   Resolution:      
 Keywords:  has-patch       |  
----------------------------+-----------------------------------------------
Comment (by Tjworld):

 cat_scope:

 The WordPress database will need the field adding. From a terminal do:

 $ mysql -u <username> -p <database>
 Enter password: *******

 mysql> ALTER TABLE wp_categories ADD COLUMN cat_scope INT default 0;
 mysql> quit

 ** This assumes your tables are prefixed "wp_". Change the line above if
 using a different prefix.

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


More information about the wp-trac mailing list