fix(MSSQL): Added missing import

This commit is contained in:
netbenix 2022-01-14 19:00:25 +01:00
parent 5563afa4d6
commit 88335ebdd1

View file

@ -3,6 +3,7 @@ package SQL
import (
"database/sql"
"fmt"
_ "github.com/denisenkom/go-mssqldb"
"github.com/google/uuid"
"net/url"
"scabiosa/Logging"