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