Skip to content

Commit 6424d58

Browse files
committed
minor bug fix
1 parent 03246c2 commit 6424d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/cli/commands/sql.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77

88
"github.com/golang-migrate/migrate/v4"
99
cm "github.com/golang-migrate/migrate/v4/database/clickhouse"
10+
_ "github.com/golang-migrate/migrate/v4/source/file"
1011
"github.com/intelops/kubviz/cmd/cli/config"
1112
"github.com/spf13/cobra"
1213
)

0 commit comments

Comments
 (0)