Summary: Ref T10054. This primarily improves aesthetics and consistency for member/wathcher lists in projects.
Test Plan:
{F1068873}
{F1068874}
Reviewers: chad
Reviewed By: chad
Maniphest Tasks: T10054
Differential Revision: https://secure.phabricator.com/D15103
3 lines
100 B
SQL
3 lines
100 B
SQL
ALTER TABLE {$NAMESPACE}_user.user_profile
|
|
ADD icon VARCHAR(32) NOT NULL COLLATE {$COLLATE_TEXT};
|