migrate/cli/build_ql.go

8 lines
93 B
Go
Raw Normal View History

// +build ql
package main
import (
2018-10-10 15:11:48 -07:00
_ "github.com/golang-migrate/migrate/v4/database/ql"
)