diff options
Diffstat (limited to 'internal/storage/const.go')
| -rw-r--r-- | internal/storage/const.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/storage/const.go b/internal/storage/const.go index 825caae04..39645979d 100644 --- a/internal/storage/const.go +++ b/internal/storage/const.go @@ -41,7 +41,8 @@ const ( ) const ( - sqlNetworkTypeTCP = "tcp" + sqlNetworkTypeTCP = "tcp" + sqlNetworkTypeUnixSocket = "unix" ) const ( |
