(bug 19408) user_properties.up_property: 32 bytes is not enough.
[lhc/web/wiklou.git] / maintenance / archives / patch-up_property.sql
1 -- Increase the length of up_property from 32 -> 255 bytes. Bug 19408
2
3 ALTER TABLE /*_*/user_properties
4 MODIFY up_property varbinary(255);