aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
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`) ");