Merge "Bug 11057 - Increase size of ug_group in user_groups table"
[lhc/web/wiklou.git] / maintenance / archives / patch-ufg_group-length-increase-255.sql
1 ALTER TABLE /*_*/user_former_groups
2 MODIFY COLUMN ufg_group varbinary(255) NOT NULL default '';