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