summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/upgrade-schema.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-admin/upgrade-schema.php')
-rw-r--r--wp-inst/wp-admin/upgrade-schema.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/upgrade-schema.php b/wp-inst/wp-admin/upgrade-schema.php
index ed8c537..cdb9bf2 100644
--- a/wp-inst/wp-admin/upgrade-schema.php
+++ b/wp-inst/wp-admin/upgrade-schema.php
@@ -121,7 +121,7 @@ CREATE TABLE $wpdb->posts (
PRIMARY KEY (ID),
KEY post_name (post_name),
KEY type_status_date (post_type, post_status, post_date, ID)
-) TYPE=MyISAM;";
+) TYPE=MyISAM;
CREATE TABLE $wpdb->users (
ID bigint(20) unsigned NOT NULL auto_increment,
user_login varchar(60) NOT NULL default '',