Make WordPress Core


Ignore:
Timestamp:
04/05/2007 09:16:02 PM (18 years ago)
Author:
ryan
Message:

Bit twiddling. Add type bitfield to categories table. see #3723

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-schema.php

    r5150 r5184  
    2222  posts_private tinyint(1) NOT NULL default '0',
    2323  links_private tinyint(1) NOT NULL default '0',
     24  type tinyint NOT NULL default '1',
    2425  PRIMARY KEY  (cat_ID),
    2526  KEY category_nicename (category_nicename)
Note: See TracChangeset for help on using the changeset viewer.