migrate/cli/build_postgres.go

8 lines
94 B
Go

// +build postgres
package main
import (
_ "github.com/mattes/migrate/database/postgres"
)