mirror of https://github.com/status-im/migrate.git
sqlserver: update comment referencing mssql
This commit is contained in:
parent
bad962cf21
commit
ffbd6893f6
|
@ -42,7 +42,7 @@ type Config struct {
|
|||
SchemaName string
|
||||
}
|
||||
|
||||
// MSSQL connection
|
||||
// SQL Server connection
|
||||
type SQLServer struct {
|
||||
// Locking and unlocking need to use the same connection
|
||||
conn *sql.Conn
|
||||
|
|
Loading…
Reference in New Issue