From 58d21fe20a0b5218885b9422af5db750682dabad Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 31 Oct 2011 21:39:21 -0700 Subject: [PATCH] update error --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.php b/update.php index 1ddae33d40..aa78c3c2e6 100644 --- a/update.php +++ b/update.php @@ -836,7 +836,7 @@ function update_1099() { `cid` INT NOT NULL , `uid` INT NOT NULL , `gcid` INT NOT NULL, - `updated` DATETIME NOT NULL, + `updated` DATETIME NOT NULL ) ENGINE = MYISAM "); q("ALTER TABLE `gcontact` ADD INDEX (`nurl`) ");