diff options
Diffstat (limited to 'database/updates.inc')
-rw-r--r-- | database/updates.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/database/updates.inc b/database/updates.inc index f9fcca292..c96972601 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1671,11 +1671,13 @@ function system_update_175() { } function system_update_176() { + $ret = array(); $ret[] = update_sql('ALTER TABLE {filter_formats} ADD UNIQUE (name)'); return $ret; } function system_update_177() { + $ret = array(); $message_ids = array( 'welcome_subject', 'welcome_body', |