migrate/cli/build_ql.go

8 lines
93 B
Go

// +build ql
package main
import (
_ "github.com/golang-migrate/migrate/v4/database/ql"
)