Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Commit 8fe1a56

Browse files
committed
Merge pull request #65 from brainly/import-drivers-in-cli
Import drivers in CLI
2 parents 2a2bc4f + f5053fb commit 8fe1a56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.go

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ import (
1111
"time"
1212

1313
"github.com/fatih/color"
14+
_ "github.com/mattes/migrate/driver/bash"
15+
_ "github.com/mattes/migrate/driver/cassandra"
16+
_ "github.com/mattes/migrate/driver/mysql"
17+
_ "github.com/mattes/migrate/driver/postgres"
18+
_ "github.com/mattes/migrate/driver/sqlite3"
1419
"github.com/mattes/migrate/file"
1520
"github.com/mattes/migrate/migrate"
1621
"github.com/mattes/migrate/migrate/direction"

0 commit comments

Comments
 (0)