mirror of https://github.com/status-im/migrate.git
Merge pull request #79 from raizyr/cassandra_2_2
gocql doesn't support cassandra > 2.2
This commit is contained in:
commit
081a4e2cae
|
@ -23,4 +23,4 @@ mysql:
|
|||
MYSQL_DATABASE: migratetest
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
cassandra:
|
||||
image: cassandra
|
||||
image: cassandra:2.2
|
||||
|
|
Loading…
Reference in New Issue