Merge "Bump minimum required version for upgrade to 1.31"

This commit is contained in:
jenkins-bot 2022-06-23 21:53:56 +00:00 committed by Gerrit Code Review
commit 3fc4933886
2 changed files with 0 additions and 6 deletions

View file

@ -1 +0,0 @@
ALTER TABLE /*_*/mathlatexml MODIFY math_mathml mediumtext;

View file

@ -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',