We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03246c2 commit 6424d58Copy full SHA for 6424d58
cmd/cli/commands/sql.go
@@ -7,6 +7,7 @@ import (
7
8
"github.com/golang-migrate/migrate/v4"
9
cm "github.com/golang-migrate/migrate/v4/database/clickhouse"
10
+ _ "github.com/golang-migrate/migrate/v4/source/file"
11
"github.com/intelops/kubviz/cmd/cli/config"
12
"github.com/spf13/cobra"
13
)
0 commit comments