mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
Merge "Bump minimum required version for upgrade to 1.31"
This commit is contained in:
commit
3fc4933886
|
@ -1 +0,0 @@
|
|||
ALTER TABLE /*_*/mathlatexml MODIFY math_mathml mediumtext;
|
|
@ -50,11 +50,6 @@ class Hooks {
|
|||
}
|
||||
|
||||
if ( $type === 'mysql' ) {
|
||||
$updater->modifyExtensionField(
|
||||
'mathlatexml',
|
||||
'math_mathml',
|
||||
__DIR__ . '/../db/patches/mathlatexml.mathml-length-adjustment.mysql.sql'
|
||||
);
|
||||
$updater->addExtensionField(
|
||||
'mathoid',
|
||||
'math_png',
|
||||
|
|
Loading…
Reference in a new issue