Current File : /home/jvzmxxx/wiki/maintenance/archives/patch-up_property.sql
-- Increase the length of up_property from 32 -> 255 bytes. Bug 19408

ALTER TABLE /*_*/user_properties
	MODIFY up_property varbinary(255);