Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/praefect/datastore/postgres.go')
-rw-r--r--internal/praefect/datastore/postgres.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/praefect/datastore/postgres.go b/internal/praefect/datastore/postgres.go
index dc393c260..c4b3cfafe 100644
--- a/internal/praefect/datastore/postgres.go
+++ b/internal/praefect/datastore/postgres.go
@@ -7,9 +7,9 @@ import (
"time"
migrate "github.com/rubenv/sql-migrate"
- "gitlab.com/gitlab-org/gitaly/v15/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/v15/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/v15/internal/praefect/datastore/migrations"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/praefect/datastore/migrations"
)
// MigrationStatusRow represents an entry in the schema migrations table.