Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/resources/sql/autopatches/20140214.clean.1.legacycommentid.sql
12250 views
1
ALTER TABLE {$NAMESPACE}_differential.differential_transaction_comment
2
DROP COLUMN legacyCommentID;
3
4