Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
genos1998 committed Oct 11, 2024
1 parent 4cdea65 commit a8812aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ func shouldUpdateFeatTable() (bool, error) {
if schemaVersion < 4 { //if schema is before july 2024
return true, nil
}
logger.Sl.Info("Schema Version After July No Update Needed")
logger.Sl.Info("Schema Version After July No Update Needed for feat table")
return false, nil
}

0 comments on commit a8812aa

Please sign in to comment.