mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
6 lines
164 B
MySQL
6 lines
164 B
MySQL
|
# NOTE: This is a spelling correction.
|
||
|
|
||
|
UPDATE {$NAMESPACE}_herald.herald_condition
|
||
|
SET fieldName = 'application-email'
|
||
|
WHERE fieldName = 'applicaton-email';
|