Changeset 5110 for trunk/wp-admin/upgrade-schema.php
- Timestamp:
- 03/26/2007 07:28:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-schema.php
r4953 r5110 19 19 category_count bigint(20) NOT NULL default '0', 20 20 link_count bigint(20) NOT NULL default '0', 21 tag_count bigint(20) NOT NULL default '0', 21 22 posts_private tinyint(1) NOT NULL default '0', 22 23 links_private tinyint(1) NOT NULL default '0', … … 89 90 post_id bigint(20) NOT NULL default '0', 90 91 category_id bigint(20) NOT NULL default '0', 92 rel_type varchar(64) NOT NULL default 'category', 91 93 PRIMARY KEY (rel_id), 92 94 KEY post_id (post_id,category_id)
Note: See TracChangeset
for help on using the changeset viewer.