mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Very minor bugfix - extra ","
git-svn-id: http://svn.automattic.com/wordpress/trunk@1749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c59a8a8119
commit
a44cfc5889
@ -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…
x
Reference in New Issue
Block a user