Merge pull request #1909 from dolthub/andy/diff-among-branches

[no-release-notes] Use only branch refs to calculate diff table super schema
This commit is contained in:
AndyA
2021-07-13 13:51:41 -07:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
Binary file not shown.
@@ -116,7 +116,7 @@ func NewCommitDiffTable(ctx *sql.Context, tblName string, ddb *doltdb.DoltDB, ro
}
func calcSuperDuperSchema(ctx context.Context, ddb *doltdb.DoltDB, working *doltdb.RootValue, tblName string) (*schema.SuperSchema, error) {
refs, err := ddb.GetHeadRefs(ctx)
refs, err := ddb.GetBranches(ctx)
if err != nil {
return nil, err