Make WordPress Core


Ignore:
Timestamp:
11/16/2005 06:29:36 AM (20 years ago)
Author:
ryan
Message:

Add comment_count to the posts table. Props donncha. fixes #1860

File:
1 edited

Legend:

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

    r3092 r3104  
    122122  post_type varchar(100) NOT NULL,
    123123  post_mime_type varchar(100) NOT NULL,
     124  comment_count bigint(20) NOT NULL default '0',
    124125  PRIMARY KEY  (ID),
    125126  KEY post_name (post_name)
Note: See TracChangeset for help on using the changeset viewer.