mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 16:42:26 +08:00
Chore: Add xorm.io/core into xorm (#103700)
* add xorm.io/core into xorm * update workspace * format imports * update workspace
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"xorm.io/builder"
|
||||
"xorm.io/core"
|
||||
"github.com/grafana/grafana/pkg/util/xorm/core"
|
||||
)
|
||||
|
||||
// Update records, bean's non-empty fields are updated contents,
|
||||
|
Reference in New Issue
Block a user