mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 08:18:07 +00:00
8 lines
105 B
Go
8 lines
105 B
Go
// +build postgres
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/golang-migrate/migrate/v4/database/postgres"
|
|
)
|