Page MenuHomePhabricator

D8241.id25225.diff
No OneTemporary

D8241.id25225.diff

diff --git a/resources/sql/autopatches/20140214.clean.1.legacycommentid.sql b/resources/sql/autopatches/20140214.clean.1.legacycommentid.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20140214.clean.1.legacycommentid.sql
@@ -0,0 +1,2 @@
+ALTER TABLE {$NAMESPACE}_differential.differential_transaction_comment
+ DROP COLUMN legacyCommmentID;
diff --git a/src/applications/differential/storage/DifferentialTransactionComment.php b/src/applications/differential/storage/DifferentialTransactionComment.php
--- a/src/applications/differential/storage/DifferentialTransactionComment.php
+++ b/src/applications/differential/storage/DifferentialTransactionComment.php
@@ -11,7 +11,6 @@
protected $fixedState;
protected $hasReplies = 0;
protected $replyToCommentPHID;
- protected $legacyCommentID;
public function getApplicationTransactionObject() {
return new DifferentialTransaction();

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 6, 8:15 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7326582
Default Alt Text
D8241.id25225.diff (925 B)

Event Timeline