From: Friendika Date: Tue, 1 Nov 2011 04:39:21 +0000 (-0700) Subject: update error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=58d21fe20a0b5218885b9422af5db750682dabad;p=friendica.git update error --- 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`) ");