aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/versionstate.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/postgres/versionstate.go')
-rw-r--r--internal/postgres/versionstate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/postgres/versionstate.go b/internal/postgres/versionstate.go
index f2bfc99d..064fd9cc 100644
--- a/internal/postgres/versionstate.go
+++ b/internal/postgres/versionstate.go
@@ -21,7 +21,7 @@ import (
)
// InsertIndexVersions inserts new versions into the module_version_states
-// table.
+// table with a status of zero.
func (db *DB) InsertIndexVersions(ctx context.Context, versions []*internal.IndexVersion) (err error) {
defer derrors.Wrap(&err, "InsertIndexVersions(ctx, %v)", versions)