Pages update and tweaks.

git-svn-id: https://develop.svn.wordpress.org/trunk@1747 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-10-05 08:27:13 +00:00
parent c78d172d4f
commit 9aa1ed0d11
7 changed files with 84 additions and 131 deletions
+1 -2
View File
@@ -117,10 +117,9 @@ CREATE TABLE $wpdb->posts (
post_content_filtered text NOT NULL,
post_parent int(11) NOT NULL default '0',
guid varchar(255) NOT NULL default '',
menu_order int(11) NOT NULL default '0',
PRIMARY KEY (ID),
KEY post_date_gmt (post_date_gmt),
KEY post_name (post_name),
KEY post_status (post_status)
);
CREATE TABLE $wpdb->users (
ID int(10) unsigned NOT NULL auto_increment,