cassandra-new

This commit is contained in:
ledhed2222
2023-05-10 14:28:09 -04:00
parent 00850017fd
commit 476fb67e7a

View File

@@ -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;