mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
58f0f37873
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
2 lines
94 B
SQL
2 lines
94 B
SQL
ALTER TABLE {$NAMESPACE}_releeph.releeph_request
|
|
ADD COLUMN `mailKey` varchar(20) NOT NULL;
|