Skip to content

Commit

Permalink
merge from parent - remove accesor branches that did not change from …
Browse files Browse the repository at this point in the history
…parent branch
  • Loading branch information
tzahij committed Nov 9, 2020
1 parent 847cab4 commit 96e6a03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion catalog/db_diff_scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type diffEffectiveCommits struct {
// ParentEffectiveCommit last commit parent merged from child.
// When no sync commit is found - set the commit ID to the point child's branch was created.
ParentEffectiveCommit CommitID `db:"parent_effective_commit"`

// ChildEffectiveCommit last commit child merged from parent.
// If the child never synced with parent, the commit ID is set to 1.
ChildEffectiveCommit CommitID `db:"child_effective_commit"`
Expand Down

0 comments on commit 96e6a03

Please sign in to comment.