build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make pass
[lhc/web/wiklou.git] / maintenance / archives / patch-up_property.sql
1 -- Increase the length of up_property from 32 -> 255 bytes. T21408
2
3 ALTER TABLE /*_*/user_properties
4 MODIFY up_property varbinary(255);