diff options
-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`) "); |