Test Plan: Altered database. Wrote a custom translation and selected it in preferences. Verified that the text is custom translated. Set language back to default. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T1139 Differential Revision: https://secure.phabricator.com/D2757
3 lines
101 B
SQL
3 lines
101 B
SQL
ALTER TABLE `{$NAMESPACE}_user`.`user`
|
|
ADD `translation` varchar(64) COLLATE utf8_bin AFTER `sex`;
|