blob: 87f6be7571f55b90d420fb0ff592cd25596399c1 [file] [edit]
// +build postgres
package main
import (
_ "github.com/mattes/migrate/database/postgres"
)