Make WordPress Core

Changeset 10895


Ignore:
Timestamp:
04/08/2009 07:07:04 PM (16 years ago)
Author:
ryan
Message:

Drop post_category and link_category from the schema. Props Denis-de-Bernardy. see #9435

File:
1 edited

Legend:

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

    r10858 r10895  
    8383  link_image varchar(255) NOT NULL default '',
    8484  link_target varchar(25) NOT NULL default '',
    85   link_category bigint(20) NOT NULL default '0',
    8685  link_description varchar(255) NOT NULL default '',
    8786  link_visible varchar(20) NOT NULL default 'Y',
     
    121120  post_content longtext NOT NULL,
    122121  post_title text NOT NULL,
    123   post_category int(4) NOT NULL default '0',
    124122  post_excerpt text NOT NULL,
    125123  post_status varchar(20) NOT NULL default 'publish',
Note: See TracChangeset for help on using the changeset viewer.