From: Greg Sabino Mullane Date: Fri, 14 Mar 2008 04:22:04 +0000 (+0000) Subject: Patch from bug 13136 X-Git-Tag: 1.31.0-rc.0~49118 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=2a416b77b8df5360d23414d5c9e50ebc21d9fe16;p=lhc%2Fweb%2Fwiklou.git Patch from bug 13136 --- diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index 61abff4866..7e0991bb9e 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -1384,7 +1384,7 @@ function do_postgres_updates() { array("ipblocks", "ipb_enable_autoblock", "smallint", "ipb_enable_autoblock::smallint DEFAULT 1"), array("ipblocks", "ipb_block_email", "smallint", "ipb_block_email::smallint DEFAULT 0"), array("ipblocks", "ipb_address", "text", "ipb_address::text"), - array("ipblocks", "ipb_deleted", "smallint", ""), + array("ipblocks", "ipb_deleted", "smallint", "ipb_deleted::smallint"), array("math", "math_inputhash", "bytea", "decode(math_inputhash,'escape')"), array("math", "math_outputhash", "bytea", "decode(math_outputhash,'escape')"), array("mwuser", "user_token", "text", ""),