summaryrefslogtreecommitdiff
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 8c3362119..3387ad849 100644
--- a/update.php
+++ b/update.php
@@ -698,7 +698,7 @@ function update_create_batch_table() {
sid varchar(64) NOT NULL default '',
timestamp int NOT NULL default '0',
batch text,
- PRIMARY KEY (bid),
+ PRIMARY KEY (bid)
)");
$ret[] = update_sql("CREATE INDEX {batch}_sid_idx ON {batch} (sid)");
break;