diff options
author | Friendika <info@friendika.com> | 2011-10-31 21:39:21 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-31 21:39:21 -0700 |
commit | 58d21fe20a0b5218885b9422af5db750682dabad (patch) | |
tree | 4822f38f400874d634c434990a79cb2900799f3c | |
parent | e28b143fb6f6dfe7f1d8e6f0f2dee1184e1b85b7 (diff) | |
download | volse-hubzilla-58d21fe20a0b5218885b9422af5db750682dabad.tar.gz volse-hubzilla-58d21fe20a0b5218885b9422af5db750682dabad.tar.bz2 volse-hubzilla-58d21fe20a0b5218885b9422af5db750682dabad.zip |
update error
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index 1ddae33d4..aa78c3c2e 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`) "); |