mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 00:08:06 +00:00
9 lines
145 B
Go
9 lines
145 B
Go
// +build clickhouse
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/golang-migrate/migrate/v4/database/clickhouse"
|
|
_ "github.com/kshvakov/clickhouse"
|
|
)
|