mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
9a4bb3901e
Summary: Allow configuration of a default author for bugs@ emails which don't correspond to a known system user. Test Plan: Configured a default author, sent some mails from nonsense addresses, tasks were created. Reviewers: davidreuss, jungejason, nh, tuomaspelkonen, aran Reviewed By: aran CC: aran, epriestley, ide Differential Revision: 1013
2 lines
89 B
SQL
2 lines
89 B
SQL
ALTER TABLE phabricator_maniphest.maniphest_task
|
|
ADD originalEmailSource VARCHAR(255);
|