Skip to content

Commit

Permalink
Merge pull request #258 from cybertec-postgresql/245-fix-rest-update
Browse files Browse the repository at this point in the history
[-] fix update of monitored database with REST API, fixes #244
  • Loading branch information
pashagolub authored Aug 9, 2023
2 parents abc967f + 5dec716 commit 0e30c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"time"

"github.com/cybertec-postgresql/pgwatch3/log"
"github.com/jackc/pgx/v5"
"github.com/jackc/pgx/v5/pgxpool"
"github.com/jackc/pgx/v5/tracelog"
retry "github.com/sethvargo/go-retry"
Expand Down

0 comments on commit 0e30c3f

Please sign in to comment.