mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-04 11:03:39 +00:00
7 lines
94 B
Go
7 lines
94 B
Go
// +build redshift
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/mattes/migrate/database/redshift"
|
|
)
|