mirror of https://github.com/status-im/migrate.git
8 lines
94 B
Go
8 lines
94 B
Go
|
// +build postgres
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/mattes/migrate/database/postgres"
|
||
|
)
|