summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/upgrade-schema.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-admin/upgrade-schema.php')
-rw-r--r--wp-inst/wp-admin/upgrade-schema.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-inst/wp-admin/upgrade-schema.php b/wp-inst/wp-admin/upgrade-schema.php
index a6552b1..6502f1c 100644
--- a/wp-inst/wp-admin/upgrade-schema.php
+++ b/wp-inst/wp-admin/upgrade-schema.php
@@ -120,6 +120,7 @@ CREATE TABLE $wpdb->posts (
guid varchar(255) NOT NULL default '',
menu_order int(11) NOT NULL default '0',
post_type varchar(100) NOT NULL,
+ comment_count bigint(20) NOT NULL default '0',
PRIMARY KEY (ID),
KEY post_name (post_name)
);