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

Commit

Permalink
Import drivers in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fedorov committed Nov 12, 2015
1 parent 2a2bc4f commit f5053fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.go
Expand Up @@ -11,6 +11,11 @@ import (
"time"

"github.com/fatih/color"
_ "github.com/mattes/migrate/driver/bash"
_ "github.com/mattes/migrate/driver/cassandra"
_ "github.com/mattes/migrate/driver/mysql"
_ "github.com/mattes/migrate/driver/postgres"
_ "github.com/mattes/migrate/driver/sqlite3"
"github.com/mattes/migrate/file"
"github.com/mattes/migrate/migrate"
"github.com/mattes/migrate/migrate/direction"
Expand Down

0 comments on commit f5053fb

Please sign in to comment.