Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/resources/sql/patches/025.commentopt.sql
12250 views
1
ALTER TABLE {$NAMESPACE}_differential.differential_inlinecomment
2
ADD KEY (revisionID, authorPHID);
3
4