Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15473210
D8241.id25225.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
925 B
Referenced Files
None
Subscribers
None
D8241.id25225.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D8241: [Later] Drop legacyCommentID column from DifferentialTransactionComment
Attached
Detach File
Event Timeline
Log In to Comment