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
77 B
SQL
3 lines
77 B
SQL
UPDATE {$NAMESPACE}_user.user_profile
|
|
SET icon = 'person' WHERE icon = '';
|