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

Commit f5053fb

Browse files
author
Oleksii Fedorov
committed
Import drivers in CLI
1 parent 2a2bc4f commit f5053fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.go

Lines changed: 5 additions & 0 deletions
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)