Index: trunk/extensions/CodeReview/CodeReview.php |
— | — | @@ -251,7 +251,7 @@ |
252 | 252 | "$base/archives/codereview-cp_action_char.sql", true ) ); |
253 | 253 | } |
254 | 254 | |
255 | | - if ( !$updater->updateRowExists( 'make code_prop_changes char' ) ) { |
| 255 | + if ( !$updater->updateRowExists( 'make code_prop_changes varchar' ) ) { |
256 | 256 | $updater->addExtensionUpdate( array( 'modifyField', 'code_prop_changes', 'cpc_attrib', |
257 | 257 | "$base/archives/codereview-cpc_attrib_varchar.sql", true ) ); |
258 | 258 | } |