migrate/cli/build_redshift.go

8 lines
94 B
Go

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