mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 16:28:08 +00:00
8 lines
102 B
Go
8 lines
102 B
Go
// +build redshift
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/golang-migrate/migrate/database/redshift"
|
|
)
|