It's unreasonable to expect newbies to know that "bug 12345" means "Task T14345" except where it doesn't, so let's just standardise on the real numbers. This includes renaming fixBug20757.php to fixT22757.php for similar consistency. Change-Id: If81a590d658fbd82c20c54ac47dfdc8856745ca3
4 lines
137 B
SQL
4 lines
137 B
SQL
-- Increase the length of up_property from 32 -> 255 bytes. T21408
|
|
|
|
ALTER TABLE /*_*/user_properties
|
|
MODIFY up_property varbinary(255);
|