Index: trunk/phase3/includes/installer/PostgresUpdater.php |
— | — | @@ -130,8 +130,6 @@ |
131 | 131 | array( 'changeField', 'ipblocks', 'ipb_block_email', 'smallint', "CASE WHEN ipb_block_email=' ' THEN 0 ELSE ipb_block_email::smallint END DEFAULT 0" ), |
132 | 132 | array( 'changeField', 'ipblocks', 'ipb_address', 'text', 'ipb_address::text' ), |
133 | 133 | array( 'changeField', 'ipblocks', 'ipb_deleted', 'smallint', 'ipb_deleted::smallint DEFAULT 0' ), |
134 | | - array( 'changeField', 'math', 'math_inputhash', 'bytea', "decode(math_inputhash,'escape')" ), |
135 | | - array( 'changeField', 'math', 'math_outputhash', 'bytea', "decode(math_outputhash,'escape')" ), |
136 | 134 | array( 'changeField', 'mwuser', 'user_token', 'text', '' ), |
137 | 135 | array( 'changeField', 'mwuser', 'user_email_token', 'text', '' ), |
138 | 136 | array( 'changeField', 'objectcache', 'keyname', 'text', '' ), |