Skip to content

Commit

Permalink
adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuchaillot committed Aug 1, 2023
1 parent 862882e commit 98fdc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pumps/sql_aggregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ type SQLAggregatePump struct {
dbType string
dialect gorm.Dialector

// this channel is used to signal that the background index creation has finished - this is used for testing
backgroundIndexCreated chan bool
}

Expand Down

0 comments on commit 98fdc10

Please sign in to comment.