Skip to content

Commit

Permalink
auth/sqlauth: ensure we register cockroach driver
Browse files Browse the repository at this point in the history
Change-Id: I43dddee52a4a7fc5d2ed2c8fb8d57510be065b0f
  • Loading branch information
egonelbre authored and amwolff committed Jun 28, 2021
1 parent 9be2a2d commit c195cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/sqlauth/sqlauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"storj.io/gateway-mt/auth"
"storj.io/gateway-mt/auth/sqlauth/dbx"
"storj.io/private/dbutil"
_ "storj.io/private/dbutil/cockroachutil" // register our custom driver
"storj.io/private/dbutil/pgutil"
"storj.io/private/dbutil/pgutil/pgerrcode"
"storj.io/private/tagsql"
Expand Down

0 comments on commit c195cba

Please sign in to comment.