delete redundant alias (#21907)

* delete redundant alias

Fixes #21906
pull/21930/head
jianweizhang 6 years ago committed by GitHub
parent 88226672f1
commit 140e267639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkg/services/sqlstore/migrator/sqlite_dialect.go
  2. 2
      pkg/services/sqlstore/transactions.go

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/go-xorm/xorm"
sqlite3 "github.com/mattn/go-sqlite3"
"github.com/mattn/go-sqlite3"
)
type Sqlite3 struct {

@ -8,7 +8,7 @@ import (
"github.com/grafana/grafana/pkg/bus"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/util/errutil"
sqlite3 "github.com/mattn/go-sqlite3"
"github.com/mattn/go-sqlite3"
)
// WithTransactionalDbSession calls the callback with an session within a transaction

Loading…
Cancel
Save