Make WordPress Core


Ignore:
Timestamp:
03/26/2007 07:28:29 AM (18 years ago)
Author:
matt
Message:

A backend interface for tagging.

File:
1 edited

Legend:

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

    r4953 r5110  
    1919  category_count bigint(20) NOT NULL default '0',
    2020  link_count bigint(20) NOT NULL default '0',
     21  tag_count bigint(20) NOT NULL default '0',
    2122  posts_private tinyint(1) NOT NULL default '0',
    2223  links_private tinyint(1) NOT NULL default '0',
     
    8990  post_id bigint(20) NOT NULL default '0',
    9091  category_id bigint(20) NOT NULL default '0',
     92  rel_type varchar(64) NOT NULL default 'category',
    9193  PRIMARY KEY  (rel_id),
    9294  KEY post_id (post_id,category_id)
Note: See TracChangeset for help on using the changeset viewer.