Summary: Adding mail-keys; required for `PhabricatorApplicationTransaction` support.
Test Plan: Upgrade an old database with this patch, observe the matrix: {F42620}
Reviewers: wez, epriestley
Reviewed By: epriestley
CC: epriestley, aran
Maniphest Tasks: T2720
Differential Revision: https://secure.phabricator.com/D5852
3 lines
94 B
SQL
3 lines
94 B
SQL
ALTER TABLE {$NAMESPACE}_releeph.releeph_request
|
|
ADD COLUMN `mailKey` varchar(20) NOT NULL;
|