This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-phorge
Watch
1
Star
0
Fork
You've already forked phorge-phorge
0
mirror of
https://we.phorge.it/source/phorge.git
synced
2024-11-10 08:52:39 +01:00
Code
Issues
Releases
Wiki
Activity
8ad5d28686
phorge-phorge
/
resources
/
sql
/
autopatches
/
20140214.clean.1.legacycommentid.sql
3 lines
102 B
MySQL
Raw
Normal View
History
Unescape
Escape
[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
2014-09-15 01:29:15 +02:00
ALTER
TABLE
{
$
NAMESPACE
}
_differential
.
differential_transaction_comment
There are too many m's
2014-09-15 01:30:46 +02:00
DROP
COLUMN
legacyCommentID
;
Copy permalink