Very minor bugfix - extra ","

git-svn-id: https://develop.svn.wordpress.org/trunk@1749 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Donncha O Caoimh 2004-10-05 09:04:53 +00:00
parent 4cf19662eb
commit 2a84361447
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 '', guid varchar(255) NOT NULL default '',
menu_order int(11) NOT NULL default '0', menu_order int(11) NOT NULL default '0',
PRIMARY KEY (ID), PRIMARY KEY (ID),
KEY post_name (post_name), KEY post_name (post_name)
); );
CREATE TABLE $wpdb->users ( CREATE TABLE $wpdb->users (
ID int(10) unsigned NOT NULL auto_increment, ID int(10) unsigned NOT NULL auto_increment,