mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
9f220995b2
Summary: Ref T8726. There's no interface we can check for this, so the adapter needs to opt in. Also fix a spelling mistake. Test Plan: Created rules with "Application Email" fields. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T8726 Differential Revision: https://secure.phabricator.com/D13499
5 lines
164 B
SQL
5 lines
164 B
SQL
# NOTE: This is a spelling correction.
|
|
|
|
UPDATE {$NAMESPACE}_herald.herald_condition
|
|
SET fieldName = 'application-email'
|
|
WHERE fieldName = 'applicaton-email';
|