Viewing File: /home/ubuntu/code_review/phabricator/resources/sql/autopatches/20151109.repository.coverage.1.sql

USE {$NAMESPACE}_repository;
DELETE x FROM repository_coverage x
LEFT JOIN repository_coverage y
  ON  x.branchID = y.branchID
  AND x.commitID = y.commitID
  AND x.pathID = y.pathID
  AND y.id > x.id
  WHERE y.id IS NOT NULL;
Back to Directory File Manager