Skip to content

Commit

Permalink
taking care of side scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuchaillot committed Aug 28, 2023
1 parent df8da12 commit a09f20e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pumps/sql_aggregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ func (c *SQLAggregatePump) ensureIndex(tableName string, background bool) error
c.log.Info("Creating index for table ", tableName, "...")
return createIndexFn(c)
}
c.log.Info(newAggregatedIndexName, " already exists.")

return nil
}

Expand Down

0 comments on commit a09f20e

Please sign in to comment.