Very minor bugfix - extra ","
git-svn-id: https://develop.svn.wordpress.org/trunk@1749 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4cf19662eb
commit
2a84361447
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user