[wp-hackers] wp-2.0.5 db schema
Ralf Schmitt
ralf.schmitt at schlund.de
Fri Nov 3 09:57:53 GMT 2006
Hi
diffing db schema of 2.0.4 and 2.0.5
resulted in
--- wordpress-2.0.4/wp-admin/upgrade-schema.php 2006-11-03 10:39:20.762163336
+0100
+++ wordpress-2.0.5/wp-admin/upgrade-schema.php 2006-09-26 16:10:10.000000000
+0200
@@ -123,7 +123,8 @@
post_mime_type varchar(100) NOT NULL default '',
comment_count bigint(20) NOT NULL default '0',
PRIMARY KEY (ID),
- KEY post_name (post_name)
+ KEY post_name (post_name),
+ KEY post_status (post_status)
);
Does the installer/updater take care of this fix!? Or isn't it realy needed?
'Cause I can't find any upgrade code for this on 2.0.5 codebase.
regards
Ralf
More information about the wp-hackers
mailing list