mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
272a5d668f
Summary: Ref T12738. Some of the Nuance "form" workflows currently fatal after work on the GitHub stuff. Try to make everything stop fataling, at least. Test Plan: Using "Complaints Form" no longer fatals, and now lodges a complaint instead. Reviewers: chad Reviewed By: chad Maniphest Tasks: T12738 Differential Revision: https://secure.phabricator.com/D18007
2 lines
98 B
SQL
2 lines
98 B
SQL
ALTER TABLE {$NAMESPACE}_nuance.nuance_item
|
|
MODIFY itemKey VARCHAR(64) COLLATE {$COLLATE_TEXT};
|