From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- includes/installer/PostgresUpdater.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes/installer/PostgresUpdater.php') diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index 272638ce..2c9c0595 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -130,8 +130,6 @@ class PostgresUpdater extends DatabaseUpdater { array( 'changeField', 'ipblocks', 'ipb_block_email', 'smallint', "CASE WHEN ipb_block_email=' ' THEN 0 ELSE ipb_block_email::smallint END DEFAULT 0" ), array( 'changeField', 'ipblocks', 'ipb_address', 'text', 'ipb_address::text' ), array( 'changeField', 'ipblocks', 'ipb_deleted', 'smallint', 'ipb_deleted::smallint DEFAULT 0' ), - array( 'changeField', 'math', 'math_inputhash', 'bytea', "decode(math_inputhash,'escape')" ), - array( 'changeField', 'math', 'math_outputhash', 'bytea', "decode(math_outputhash,'escape')" ), array( 'changeField', 'mwuser', 'user_token', 'text', '' ), array( 'changeField', 'mwuser', 'user_email_token', 'text', '' ), array( 'changeField', 'objectcache', 'keyname', 'text', '' ), -- cgit v1.2.3-54-g00ecf