mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
cd99850cb8
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
3 lines
109 B
SQL
3 lines
109 B
SQL
ALTER TABLE {$NAMESPACE}_maniphest.maniphest_taskauxiliarystorage
|
|
MODIFY value LONGTEXT COLLATE utf8_bin;
|
|
|