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

Commit

Permalink
added file cli/build_sqlite3.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvw committed May 30, 2017
1 parent 8b4ce58 commit decee4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cli/build_sqlite3.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// +build sqlite3

package main

import (
_ "github.com/mattes/migrate/database/sqlite3"
)

0 comments on commit decee4a

Please sign in to comment.