r89818 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89817‎ | r89818 | r89819 >
Date:08:03, 10 June 2011
Author:tstarling
Status:ok
Tags:
Comment:
Fix for r86741 which broke PG update due to the math table disappearing
Modified paths:
  • /trunk/phase3/includes/installer/PostgresUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/PostgresUpdater.php
@@ -130,8 +130,6 @@
131131 array( 'changeField', 'ipblocks', 'ipb_block_email', 'smallint', "CASE WHEN ipb_block_email=' ' THEN 0 ELSE ipb_block_email::smallint END DEFAULT 0" ),
132132 array( 'changeField', 'ipblocks', 'ipb_address', 'text', 'ipb_address::text' ),
133133 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')" ),
136134 array( 'changeField', 'mwuser', 'user_token', 'text', '' ),
137135 array( 'changeField', 'mwuser', 'user_email_token', 'text', '' ),
138136 array( 'changeField', 'objectcache', 'keyname', 'text', '' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86741Breaking the 'math' table setup out to Math extension. Should be the last mai...brion21:37, 22 April 2011

Status & tagging log