#include "migration/cassandra/ExampleDropTableMigrator.hpp" #include "util/config/ObjectView.hpp" #include void ExampleDropTableMigrator::runMigration( std::shared_ptr const& backend, util::config::ObjectView const& ) { backend->dropDiffTable(); }