Very minor bugfix - extra ","

git-svn-id: http://svn.automattic.com/wordpress/trunk@1749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
donncha 2004-10-05 09:04:53 +00:00
parent c59a8a8119
commit a44cfc5889
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ CREATE TABLE $wpdb->posts (
guid varchar(255) NOT NULL default '',
menu_order int(11) NOT NULL default '0',
PRIMARY KEY (ID),
KEY post_name (post_name),
KEY post_name (post_name)
);
CREATE TABLE $wpdb->users (
ID int(10) unsigned NOT NULL auto_increment,