fix(backend): added missing ch import (#2123)
This commit is contained in:
parent
5022688c5f
commit
dfd2b3a6de
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/ClickHouse/clickhouse-go/v2"
|
||||
"github.com/ClickHouse/clickhouse-go/v2/lib/driver"
|
||||
|
||||
"openreplay/backend/internal/config/connector"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue