(bug 22750) <logitem> is at wrong location in export.xsd
[mediawiki.git] / maintenance / archives / patch-up_property.sql
blob742841e412ae5812affc4fc2a32af31cdc92673e
1 -- Increase the length of up_property from 32 -> 255 bytes. Bug 19408
3 ALTER TABLE /*_*/user_properties
4         MODIFY up_property varbinary(255);