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

git-svn-id: https://develop.svn.wordpress.org/trunk@3104 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-11-16 06:29:36 +00:00
parent cae1b67170
commit 376a04e7de
6 changed files with 50 additions and 14 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
$wp_version = '1.6-ALPHA-2-still-dont-use';
$wp_db_version = 3092;
$wp_db_version = 3104;
?>