Summary: Ref T13065. Ref T13641. Migrate "mailKey" and drop the column. Test Plan: Ran "bin/storage upgrade", got a clean report and saw binding mail keys in the mail properties table. Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T13641, T13065 Differential Revision: https://secure.phabricator.com/D21630
3 lines
65 B
SQL
3 lines
65 B
SQL
ALTER TABLE {$NAMESPACE}_almanac.almanac_binding
|
|
DROP mailKey;
|