diff options
-rw-r--r-- | database/updates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/updates.inc b/database/updates.inc index fdcde4c61..e97b8638f 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -2173,7 +2173,7 @@ function update_121() { function update_122() { $ret = array(); - $ret[] = update_sql("ALTER TABLE {blocks} ADD type text"); + $ret[] = update_sql("ALTER TABLE {blocks} ADD types text"); return $ret; } |