Skip to content

Commit

Permalink
fix pg
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed Mar 22, 2023
1 parent f40e920 commit 748346e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/meta/sql_pg.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package meta

import (
"github.com/jackc/pgx/v5/pgconn"
_ "github.com/jackc/pgx/v5/stdlib"
)

func isPGDuplicateEntryErr(err error) bool {
Expand Down

0 comments on commit 748346e

Please sign in to comment.