mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
6abe65bfdc
Summary: If you have private replies on and a Macro reply handler set, we try to access `getMailKey()` and fail. See P1039 for a trace. (Thanks to @Korvin for picking this up.) Test Plan: Set configuration, repro'd the exception, applied the patch, then disabled/enabled a macro. Reviewers: btrahan Reviewed By: btrahan CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D7896
2 lines
99 B
SQL
2 lines
99 B
SQL
ALTER TABLE {$NAMESPACE}_file.file_imagemacro
|
|
ADD mailKey VARCHAR(20) NOT NULL COLLATE utf8_bin;
|