Skip to content

Commit

Permalink
Merge pull request #1849 from alecmerdler/datastore-repair-correct-ve…
Browse files Browse the repository at this point in the history
…rsion-requirement

Correct version requirement for datastore repair
  • Loading branch information
alecmerdler authored Apr 1, 2024
2 parents bec20d8 + d6d3b88 commit baa8d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/datastore/postgres/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ func (pgd *pgDatastore) RepairOperations() []datastore.RepairOperation {
return []datastore.RepairOperation{
{
Name: repairTransactionIDsOperation,
Description: "Brings the Postgres database up to the expected transaction ID (Postgres v14+ only)",
Description: "Brings the Postgres database up to the expected transaction ID (Postgres v15+ only)",
},
}
}
Expand Down

0 comments on commit baa8d9d

Please sign in to comment.