mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
[Later] Drop legacyCommentID column from DifferentialTransactionComment
Summary: Ref T2222. No callsites. Holding until we're more clearly stable. Test Plan: `grep` Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley, aran Maniphest Tasks: T2222 Differential Revision: https://secure.phabricator.com/D8241
This commit is contained in:
parent
e8985fc9e7
commit
7987b4b189
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE {$NAMESPACE}_differential.differential_transaction_comment
|
||||||
|
DROP COLUMN legacyCommmentID;
|
|
@ -11,7 +11,6 @@ final class DifferentialTransactionComment
|
||||||
protected $fixedState;
|
protected $fixedState;
|
||||||
protected $hasReplies = 0;
|
protected $hasReplies = 0;
|
||||||
protected $replyToCommentPHID;
|
protected $replyToCommentPHID;
|
||||||
protected $legacyCommentID;
|
|
||||||
|
|
||||||
public function getApplicationTransactionObject() {
|
public function getApplicationTransactionObject() {
|
||||||
return new DifferentialTransaction();
|
return new DifferentialTransaction();
|
||||||
|
|
Loading…
Reference in a new issue