Skip to content

Commit

Permalink
Move driver imports to main.go (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Mar 13, 2023
1 parent c1000a4 commit 8944097
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers.go

This file was deleted.

3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import (
"github.com/urfave/cli/v2"

"github.com/amacneil/dbmate/v2/pkg/dbmate"
_ "github.com/amacneil/dbmate/v2/pkg/driver/clickhouse"
_ "github.com/amacneil/dbmate/v2/pkg/driver/mysql"
_ "github.com/amacneil/dbmate/v2/pkg/driver/postgres"
)

func main() {
Expand Down
File renamed without changes.

0 comments on commit 8944097

Please sign in to comment.