mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-14 19:26:08 +00:00
79a7324eed
composer: * mediawiki/mediawiki-codesniffer: 34.0.0 → 35.0.0 The following sniffs are failing and were disabled: * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPrivate * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationProtected * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPublic * MediaWiki.Commenting.PropertyDocumentation.WrongStyle * mediawiki/minus-x: 1.1.0 → 1.1.1 npm: * eslint-config-wikimedia: 0.17.0 → 0.18.1 The following rules are failing and were disabled: * no-useless-escape Additional changes: * Added the "composer phan" command to conveniently run phan. Change-Id: I1c641a4945f94337ca22763920601400ee9ab691
75 lines
1.1 KiB
JSON
75 lines
1.1 KiB
JSON
[
|
|
{
|
|
"name": "mathoid",
|
|
"columns": [
|
|
{
|
|
"name": "math_inputhash",
|
|
"type": "binary",
|
|
"options": {
|
|
"notnull": true,
|
|
"length": 16,
|
|
"fixed": false
|
|
}
|
|
},
|
|
{
|
|
"name": "math_input",
|
|
"type": "text",
|
|
"options": {
|
|
"notnull": true,
|
|
"length": 65535
|
|
}
|
|
},
|
|
{
|
|
"name": "math_tex",
|
|
"type": "text",
|
|
"options": {
|
|
"notnull": false,
|
|
"length": 65535
|
|
}
|
|
},
|
|
{
|
|
"name": "math_mathml",
|
|
"type": "text",
|
|
"options": {
|
|
"notnull": false,
|
|
"length": 65535
|
|
}
|
|
},
|
|
{
|
|
"name": "math_svg",
|
|
"type": "text",
|
|
"options": {
|
|
"notnull": false,
|
|
"length": 65535
|
|
}
|
|
},
|
|
{
|
|
"name": "math_style",
|
|
"type": "mwtinyint",
|
|
"options": {
|
|
"notnull": false
|
|
}
|
|
},
|
|
{
|
|
"name": "math_input_type",
|
|
"type": "mwtinyint",
|
|
"options": {
|
|
"notnull": false
|
|
}
|
|
},
|
|
{
|
|
"name": "math_png",
|
|
"type": "blob",
|
|
"options": {
|
|
"notnull": false,
|
|
"length": 16777215
|
|
}
|
|
}
|
|
],
|
|
"indexes": [],
|
|
"pk": [
|
|
"math_inputhash"
|
|
]
|
|
}
|
|
]
|