mirror of
https://github.com/status-im/migrate.git
synced 2025-02-22 16:08:04 +00:00
Use the most Redshift-like Postgres version available on Dockerhub
Redshift is based on Postgres version 8.0.2.
This commit is contained in:
parent
9c132fe622
commit
b0300df5e7
@ -18,11 +18,7 @@ import (
|
||||
)
|
||||
|
||||
var versions = []mt.Version{
|
||||
{Image: "postgres:10"},
|
||||
{Image: "postgres:9.6"},
|
||||
{Image: "postgres:9.5"},
|
||||
{Image: "postgres:9.4"},
|
||||
{Image: "postgres:9.3"},
|
||||
{Image: "postgres:8"},
|
||||
}
|
||||
|
||||
func redshiftConnectionString(host string, port uint) string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user