http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89818
Revision: 89818
Author: tstarling
Date: 2011-06-10 08:03:35 +0000 (Fri, 10 Jun 2011)
Log Message:
-----------
Fix for r86741 which broke PG update due to the math table disappearing
Modified Paths:
--------------
trunk/phase3/includes/installer/PostgresUpdater.php
Modified: trunk/phase3/includes/installer/PostgresUpdater.php
===================================================================
--- trunk/phase3/includes/installer/PostgresUpdater.php 2011-06-10 07:48:21 UTC
(rev 89817)
+++ trunk/phase3/includes/installer/PostgresUpdater.php 2011-06-10 08:03:35 UTC
(rev 89818)
@@ -130,8 +130,6 @@
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', '' ),
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs