summaryrefslogtreecommitdiff
path: root/www/wiki/maintenance/archives/patch-up_property.sql
blob: c516aafdb185f5ab06ecbc2da7bca658b0abd796 (plain)
1
2
3
4
-- Increase the length of up_property from 32 -> 255 bytes. T21408

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