summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-up_property.sql
blob: 742841e412ae5812affc4fc2a32af31cdc92673e (plain)
1
2
3
4
-- Increase the length of up_property from 32 -> 255 bytes. Bug 19408

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