mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
40d5d5c984
Summary: Ref T13197. Ref T13065. This continues the gradual purge of dedicated "mailKey" columns in favor of shared infrastructure. Test Plan: - Ran migration. - Visually inspected database. - Grepped for `mailKey`. - Added some comments, saw the daemons generate corresponding mail. Reviewers: amckinley Reviewed By: amckinley Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T13197, T13065 Differential Revision: https://secure.phabricator.com/D19670
2 lines
70 B
SQL
2 lines
70 B
SQL
ALTER TABLE {$NAMESPACE}_repository.repository_commit
|
|
DROP mailKey;
|