From 2a416b77b8df5360d23414d5c9e50ebc21d9fe16 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 14 Mar 2008 04:22:04 +0000 Subject: [PATCH] Patch from bug 13136 --- maintenance/updaters.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ""), -- 2.20.1