mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 16:56:45 +00:00
cassandra-new
This commit is contained in:
@@ -326,7 +326,7 @@ main(int argc, char* argv[])
|
||||
}
|
||||
|
||||
auto const type = config.value<std::string>("database.type");
|
||||
if (!boost::iequals(type, "cassandra"))
|
||||
if (!(boost::iequals(type, "cassandra") || boost::iequals(type, "cassandra-new")))
|
||||
{
|
||||
std::cerr << "Migration only for cassandra dbs" << std::endl;
|
||||
return EXIT_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user