Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/resources/sql/autopatches/20140224.dxclean.1.datecommitted.sql
12250 views
1
ALTER TABLE {$NAMESPACE}_differential.differential_revision
2
DROP dateCommitted;
3
4