Test Plan: Store large amounts of text into a string auxiliary field. It should be stored successfully rather than truncated. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2575 Differential Revision: https://secure.phabricator.com/D5246
4 lines
109 B
SQL
4 lines
109 B
SQL
ALTER TABLE {$NAMESPACE}_maniphest.maniphest_taskauxiliarystorage
|
|
MODIFY value LONGTEXT COLLATE utf8_bin;
|
|
|