[wp-trac] [WordPress Trac] #12832: Use the same data type for site statuses

WordPress Trac wp-trac at lists.automattic.com
Sat Apr 3 19:48:20 UTC 2010


#12832: Use the same data type for site statuses
--------------------------+-------------------------------------------------
 Reporter:  ocean90       |       Owner:  database
     Type:  defect (bug)  |      Status:  new     
 Priority:  normal        |   Milestone:  3.0     
Component:  Multisite     |     Version:  3.0     
 Severity:  normal        |    Keywords:          
--------------------------+-------------------------------------------------
 For status archived we use:

 {{{
 archived enum('0','1') NOT NULL default '0',
 }}}

 Fo the others:

 {{{
 public tinyint(2) NOT NULL default '1',
 mature tinyint(2) NOT NULL default '0',
 spam tinyint(2) NOT NULL default '0',
 deleted tinyint(2) NOT NULL default '0',
 }}}

 Shouldn't we use the same data type for the others?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12832>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list