migrate/cli/build_postgres.go
Matthias Kadenbach ee384ed8cc initial version 3.0.0 preview
hard work
2017-02-07 22:01:29 -08:00

8 lines
94 B
Go

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